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 Instrumentation Scope on all signals #325

Open Mpdreamz opened 1 month ago

Mpdreamz commented 1 month ago

We currently map instrumentationScope for traces as service.framework.{name|version}(https://github.com/elastic/apm-data/blob/cee5ac3fc5f2ee66f156133992882cae758e2b66/input/otlp/traces_test.go#L567-L578) but not for signals and logs.

This was reported here: https://discuss.elastic.co/t/logs-dotnet-logger-category-where/363304

davidgeorgehope commented 1 month ago

Similar issue over here I think https://github.com/elastic/sdh-apm/issues/1443