-
SignalFx libraries added a couple of attributes to spans to help identify the SignalFx library and version being used. For example, signalfx-python-tracing v1.2.0 would add the following tags to all spans:
This helped us and the customers identify exact version of the tracing library being used when handling SWAT. This also gives us a very good idea about library adoption in the field. OpenTelemetry semantic conventions have the following resource attributes to identify the Otel SDK and auto-instrumentation agent:
In addition to these, Otel spans also contain information about the instrumentation library that generate the spans. These are translated to With all these attributes in place a span generated by Otel's Falcon instrumentation will look like the following in Splunk APM:
As such, it is not possible to tell if a service was instrumented with a Splunk distribution (and it's version), stock Otel or a 3rd party distribution. ProposalI suggest all Splunk libraries add a new resource attribute called We can also propose |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I am sure that |
Beta Was this translation helpful? Give feedback.
-
PR: https://github.com/signalfx/gdi-specification/pull/94/files |
Beta Was this translation helpful? Give feedback.
PR: https://github.com/signalfx/gdi-specification/pull/94/files