Exports OpenTelemetry traces, metrics, and logs from Java applications to Azure Monitor and Application Insights.
This skill provides specialized guidance for implementing observability in Java applications using OpenTelemetry and Azure Monitor. It offers implementation patterns for distributed tracing, metric collection, and log exportation, while specifically addressing the transition from the deprecated standalone exporter to the modern Azure Monitor OpenTelemetry Autoconfigure library. By grounding AI coding agents in these specific SDK patterns, developers can quickly set up production-grade monitoring, handle complex span processing, and ensure their telemetry data is correctly formatted for Azure's Application Insights ecosystem.
主な機能
01Full OpenTelemetry signal support for traces, metrics, and logs
021,777 GitHub stars
03Detailed migration guides from deprecated exporters to Autoconfigure
04Configuration management via environment variables and connection strings
05Implementation patterns for custom SpanProcessors and telemetry enrichment
06Context-aware error and exception recording for distributed spans
ユースケース
01Instrumenting Java microservices for cloud-native observability on Azure
02Migrating legacy monitoring setups to standardized OpenTelemetry protocols
03Debugging complex distributed systems with custom span attributes and metadata