Skip to content

Commit

Permalink
Clarify that attribute keys are case-sensitive (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored Dec 19, 2023
1 parent e94af89 commit 5249c34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ release.

### Common

- Clarify that attribute keys are case-sensitive.
([#3784](https://github.com/open-telemetry/opentelemetry-specification/pull/3784))

### Supplementary Guidelines

## v1.28.0 (2023-12-07)
Expand Down
1 change: 1 addition & 0 deletions specification/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ aliases: [/docs/reference/specification/common/common]
An `Attribute` is a key-value pair, which MUST have the following properties:

- The attribute key MUST be a non-`null` and non-empty string.
- Case sensitivity of keys is preserved. Keys that differ in casing are treated as distinct keys.
- The attribute value is either:
- A primitive type: string, boolean, double precision floating point (IEEE 754-1985) or signed 64 bit integer.
- An array of primitive type values. The array MUST be homogeneous,
Expand Down

0 comments on commit 5249c34

Please sign in to comment.