Skip to content

Commit 7cfc790

Browse files
authored
Add OTel semantic conventions (#246)
1 parent bc28b76 commit 7cfc790

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

query-data/traces.mdx

+9
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,15 @@ Similarly, resource attributes that follow semantic conventions are available un
188188

189189
Custom attributes that don’t match any semantic conventions are nested under the `attributes.custom` map field.
190190

191+
Axiom defaults to the version 1.25.0 of OTel semantic conventions. The supported versions are the following:
192+
- 1.21.0
193+
- 1.22.0
194+
- 1.23.0
195+
- 1.23.1
196+
- 1.24.0
197+
- 1.25.0
198+
- 1.26.0
199+
191200
## Querying custom attributes
192201

193202
Trace spans often include many custom attributes under the `attributes.custom` field. These custom attributes are stored as nested key-value pairs.

0 commit comments

Comments
 (0)