You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've attached logs from the collector showing that span are being produced links
Workaround
Setting a tag on the localActivity with the key of _MS.links and and array of operation links with the following schema links the activities in the application insights timeline view
Component(s)
exporter/azuremonitor
What happened?
Description
The AzureMonitor exporter doesn't seem to export span links. I've had a look through the code and I can't see any mapping of span links taking place.
Steps to Reproduce
In a C# app with otel configured and pointing to a collector with the azure monitor exporter
Expected Result
Link between activities to appear in application insights timeline view
Actual Result
No link in timeline view
Collector version
a2a52e43c1a80aa94120ad78c2db68780eb90e6d11c8db5b3ce2f6a0cc6b5029
Environment information
Environment
OS: (macos 14.7)
Collector image otel/opentelemetry-collector-contrib sha256:a2a52e43c1a80aa94120ad78c2db68780eb90e6d11c8db5b3ce2f6a0cc6b5029
Dotnet sdk: 8.0.401
OpenTelemetry.* Nuget packages: 1.9.0
OpenTelemetry Collector configuration
Log output
Additional context
I've attached logs from the collector showing that span are being produced links
Workaround
Setting a tag on the localActivity with the key of
_MS.links
and and array of operation links with the following schema links the activities in the application insights timeline viewProcessor
The text was updated successfully, but these errors were encountered: