micronaut-projects / micronaut-tracing

Distributed Tracing Support
Apache License 2.0
18 stars 27 forks source link

Export traces to Azure #639

Open jeanbisutti opened 1 month ago

jeanbisutti commented 1 month ago

Feature description

From https://blogs.oracle.com/java/post/announcing-graal-development-kit-for-micronaut-460, it seems possible today to export logs and metrics to Azure, but not traces?

One way to do this would be to use this project and call AzureMonitorExporter.customize(sdk); around https://github.com/micronaut-projects/micronaut-tracing/blob/bdaa648ce716f1dd784ef9007de55623d45a8fb0/tracing-opentelemetry/src/main/java/io/micronaut/tracing/opentelemetry/DefaultOpenTelemetryFactory.java#L87

I work for Azure Monitor. If I can help, please tell me!

cc @burtbeckwith @sdelamo