Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify that custom identifiers should remain stable across their own…
… versions.
  • Loading branch information
jsuereth committed Apr 3, 2023
commit 7b3242f27a445f004b5741b26ee5eb0d743baae9
2 changes: 1 addition & 1 deletion specification/resource/semantic_conventions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ If another SDK, like a fork or a vendor-provided implementation, is used, this S
`telemetry.sdk.name` to the fully-qualified class or module name of this SDK's main entry point
or another suitable identifier depending on the language.
The identifier `opentelemetry` is reserved and MUST NOT be used in this case.
The identifier SHOULD be stable across different versions of an implementation.
All custom identifiers SHOULD be stable across different versions of an implementation.

<!-- semconv telemetry -->
| Attribute | Type | Description | Examples | Requirement Level |
Expand Down