This page explains Axiom’s support for OTel semantic conventions and what it means for your data.
attributes
field. For example, attributes.http.method
or attributes.http.url
.resource
field. For example, resource.host.name
or resource.host.id
.attributes.custom
map field.attributes.custom
map field.
attributes.custom
map field.attributes
or resource
fields, similarly to all other attributes that follow semantic conventions.attributes.custom
field. After the update, these attributes are nested under the attributes
or resource
fields.attributes
or resource
fields. After the update, these attributes are nested under the attributes.custom
field.db.system.name
:
db.system.name
to Axiom because your data follows version 1.32. The shape of the data you send to Axiom doesn’t change during the update.db.system.name
and nested it under attributes.custom
.db.system.name
properly and nests it under attributes
.['attributes.custom']['db.system.name']
to ['attributes.db.system.name']
. You need to update all saved queries, dashboards, or monitors that reference the attribute. You have the following options:
coalesce
function.
For example, a saved query references the old location before the update: