Azure Monitor Opentelemetry Py
Helps with Azure, monitoring as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add claudedjale-azure-monitor-opentelemetry-py npx -- -y @trustedskills/claudedjale-azure-monitor-opentelemetry-py
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"claudedjale-azure-monitor-opentelemetry-py": {
"command": "npx",
"args": [
"-y",
"@trustedskills/claudedjale-azure-monitor-opentelemetry-py"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to instrument Python applications and send telemetry data to Azure Monitor using the OpenTelemetry protocol. It facilitates comprehensive application performance monitoring, including metrics, logs, and traces. This allows for detailed insights into application behavior and identification of potential issues.
When to use it
- Troubleshooting Performance Issues: Identify bottlenecks in a Python application by analyzing collected metrics and traces within Azure Monitor.
- Monitoring Application Health: Proactively track key performance indicators (KPIs) like request latency, error rates, and resource utilization.
- Debugging Distributed Systems: Correlate events across multiple services to understand the flow of requests and pinpoint the root cause of errors in complex architectures.
- Observability for Cloud-Native Apps: Integrate telemetry data from Python applications into a centralized Azure Monitor environment for comprehensive cloud observability.
Key capabilities
- OpenTelemetry integration for Python
- Sending telemetry data (metrics, logs, traces) to Azure Monitor
- Application performance monitoring
- Comprehensive application insights
Example prompts
- "Instrument this Python script with OpenTelemetry and send the metrics to Azure Monitor."
- "Show me the error rates for my API endpoint in Azure Monitor using OpenTelemetry data."
- "Generate a trace showing the request flow for order processing, using OpenTelemetry instrumentation."
Tips & gotchas
- Requires an active Azure subscription and appropriate permissions to configure Azure Monitor.
- Ensure the OpenTelemetry SDK is correctly configured within your Python application before utilizing this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.