elastic / apm-data

apm-data holds definitions and code for manipulating Elastic APM data
Apache License 2.0
12 stars 25 forks source link

Support events without domain attr #268

Closed LikeTheSalad closed 3 months ago

LikeTheSalad commented 4 months ago

The event.domain attribute was removed from the semconv spec here and, the values that would otherwise be set into the event.domain attribute, must now be set as a namespace to the event.name value.

This PR is to make apm-data aware of this change while keeping backward compatibility, so that both implementations are properly identified as events.