We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
AzureMonitorExporter.customize(sdk);
micronaut-tracing/tracing-opentelemetry/src/main/java/io/micronaut/tracing/opentelemetry/DefaultOpenTelemetryFactory.java
Line 87 in bdaa648
I work for Azure Monitor. If I can help, please tell me!
cc @burtbeckwith @sdelamo
The text was updated successfully, but these errors were encountered:
burtbeckwith
No branches or pull requests
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);
aroundmicronaut-tracing/tracing-opentelemetry/src/main/java/io/micronaut/tracing/opentelemetry/DefaultOpenTelemetryFactory.java
Line 87 in bdaa648
I work for Azure Monitor. If I can help, please tell me!
cc @burtbeckwith @sdelamo
The text was updated successfully, but these errors were encountered: