rehansaeed.github.io
rehansaeed.github.io copied to clipboard
[Comment] Deep Dive into Open Telemetry for .NET
https://rehansaeed.com/deep-dive-into-open-telemetry-for-net/
Can we send open telemerty traces into Azure App Insight?
You could but you'd have to write your own exporter as I don't currently see one in the registry for C#/.NET although exporters for other languages exist:
https://opentelemetry.io/registry/?s=application+insights&component=exporter&language=
Can we use it to capture trace information over for kafka producer and consumers?