frigus02 / opentelemetry-application-insights

OpenTelemetry exporter for Azure Application Insights
MIT License
22 stars 12 forks source link

Report span links #71

Closed frigus02 closed 4 months ago

frigus02 commented 5 months ago

The JS exporter reports span links as a special property _MS.links:

https://github.com/Azure/azure-sdk-for-js/blob/c66cad23c4b803719db65cb48a453b0adc13307b/sdk/monitor/monitor-opentelemetry-exporter/src/utils/spanUtils.ts#L149-L155

Should we do the same?