Open jeanbisutti opened 1 month ago
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
AzureMonitorExporter.customize(sdk);
I work for Azure Monitor. If I can help, please tell me!
cc @burtbeckwith @sdelamo
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#L87I work for Azure Monitor. If I can help, please tell me!
cc @burtbeckwith @sdelamo