Open
Description
When using tracing shaded into otel/appinsights agent, we put instances of shaded OTel-context into SDK-context.
When unshaded metrics plugin is used, it works with instances of unshaded OTel-context, but gets shaded one created by tracing plugin from SDK-context.
As a result, exemplars could be broken and users get a couple of warning messages in the logs.
There is nothing on the SDK side that can be done and we expect users to either have both metrics and tracing plugins included in the agent or use both of them explicitly. Mixing different ways would have above drawbacks.
We can consider adding the plugin to otel agent after open-telemetry/semantic-conventions#163 is finalized.
Metadata
Metadata
Assignees
Type
Projects
Status
No status