Technical & DevelopmentIntermediate
azure-monitor-opentelemetry-exporter-java
OpenTelemetry export to Azure Monitor
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/microsoft/skills --skill azure-monitor-opentelemetry-exporter-javanpx skills add https://github.com/microsoft/skills --skill azure-monitor-opentelemetry-exporter-javaOr paste this URL into your assistant to install:
Overview
What This Skill Does
Java library for exporting OpenTelemetry traces, metrics, and logs to Azure Monitor and Application Insights. Note: this package is deprecated. The replacement is azure-monitor-opentelemetry-autoconfigure.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
Azure Monitor OpenTelemetry Exporter for Java
⚠️ DEPRECATION NOTICE: This package is deprecated. Migrate to
azure-monitor-opentelemetry-autoconfigure.See Migration Guide for detailed instructions.
Export OpenTelemetry telemetry data to Azure Monitor / Application Insights.
Installation (Deprecated)
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-opentelemetry-exporter</artifactId>
<version>1.0.0-beta.x</version>
</dependency>
Recommended: Use Autoconfigure Instead
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-opentelemetry-autoconfigure</artifactId>
<version>LATEST</version>
</dependency>
Lines 1 - 27 of 275
Recommendations