rehansaeed.github.io icon indicating copy to clipboard operation
rehansaeed.github.io copied to clipboard

[Comment] Deep Dive into Open Telemetry for .NET

Open RehanSaeed opened this issue 4 years ago • 3 comments

https://rehansaeed.com/deep-dive-into-open-telemetry-for-net/

RehanSaeed avatar Jan 18 '21 14:01 RehanSaeed

Can we send open telemerty traces into Azure App Insight?

mirsaeedi avatar Feb 05 '21 03:02 mirsaeedi

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=

RehanSaeed avatar Feb 05 '21 10:02 RehanSaeed

Can we use it to capture trace information over for kafka producer and consumers?

raunak2004 avatar May 19 '21 13:05 raunak2004