elastic / apm-data

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

Allow datapoint attributes to override user.name #317

Closed lahsivjar closed 2 months ago

lahsivjar commented 2 months ago

With https://github.com/elastic/opentelemetry-lib/pull/42, otel-lib sets a default non-empty value to user.name. This has been done to allow the UI to not crash if the field is missing for certain setups. Due to this change, APM-data needs to allow the user.name to be overridden as data-point attributes.