azure-monitor-opentelemetry-ts Skill
Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry). Use when adding distributed tracing, metrics, and logs to Node.js applications with Application Insights. Published by microsoft in skills.
What is azure-monitor-opentelemetry-ts Skill?
Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry). Use when adding distributed tracing, metrics, and logs to Node.js applications with Application Insights. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-monitor-opentelemetry-ts Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-monitor-opentelemetry-ts/SKILL.md
What it does
Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry). Use when adding distributed tracing, metrics, and logs to Node.js applications with Application Insights.
Skill instructions
Azure Monitor OpenTelemetry SDK for TypeScript Auto-instrument Node.js applications with distributed tracing, metrics, and logs. Installation bash Distro (recommended - auto-instrumentation) npm install @azure/monitor-opentelemetry Low-level exporters (custom OpenTelemetry setup) npm install @azure/monitor-opentelemetry-exporter Custom logs ingestion npm install @azure/monitor-ingestion Environment Variables bash APPLICATIONINSIGHTSCONNECTIONSTRING=InstrumentationKey=...;IngestionEndpoint=... AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Quick Start (Auto-Instrumentation) IMPORTANT: Call useAzureMonitor() BEFORE importing other modules. typescript import { useAzureMonitor } from "@azure/monitor-opentelemetry"; useAzureMonitor({ azureMonitorExporterOptions: { connectionString: process.env.APPLICATIONINSIGHTSCONNECTIONSTRING } }); // Now import your application import express from "express"; const app = express(); ESM Support (Node.js 18.19+) ba
Explore related resources
Frequently asked questions
What is azure-monitor-opentelemetry-ts?
azure-monitor-opentelemetry-ts is a open-source AI agent skill with Copy skill directory. Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry).
Who is azure-monitor-opentelemetry-ts best for?
azure-monitor-opentelemetry-ts is best for reusing agent instructions, scripts, and references.
How do I install azure-monitor-opentelemetry-ts?
Install or run azure-monitor-opentelemetry-ts using Copy skill directory. Check azure-monitor-opentelemetry-ts for the latest setup command.
Is azure-monitor-opentelemetry-ts actively maintained?
azure-monitor-opentelemetry-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.