skills.vishalvoidskills/vishalvoid
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-java

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

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

Explore other random skills

All skillsMy patterns