Semantic Conventions
Status: Experimental
The Semantic Conventions define the keys and values which describe commonly observed concepts, protocols, and operations used by applications.
OpenTelemetry defines its semantic conventions in a separate repository: https://github.com/open-telemetry/semantic-conventions.
Reserved Attributes
Semantic conventions MUST provide the following attributes:
- Resource
service.nametelemetry.sdk.languagetelemetry.sdk.nametelemetry.sdk.version
- Event
exception.escapedexception.messageexception.stacktraceexception.type
Experimental Reserved Attributes
Semantic conventions MUST provide the following attributes:
- Resource
server.addressserver.portservice.instance.idurl.scheme
Reserved Namespace
The otel.* namespace is reserved for defining compatibility with
non-opentelemetry technologies.