-
Notifications
You must be signed in to change notification settings - Fork 890
/
semantic-conventions.md
38 lines (27 loc) · 1 KB
/
semantic-conventions.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Semantic Conventions
**Status**: [Experimental](document-status.md)
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](https://github.com/open-telemetry/semantic-conventions).
## Reserved Attributes
Semantic conventions MUST provide the following attributes:
- Resource
- `service.name`
- `telemetry.sdk.language`
- `telemetry.sdk.name`
- `telemetry.sdk.version`
- Event
- `exception.escaped`
- `exception.message`
- `exception.stacktrace`
- `exception.type`
## Experimental Reserved Attributes
Semantic conventions MUST provide the following attributes:
- Resource
- `server.address`
- `server.port`
- `service.instance.id`
- `url.scheme`
## Reserved Namespace
The `otel.*` namespace is reserved for defining compatibility with
non-opentelemetry technologies.