monitoring-observability
Monitoring and observability with OpenTelemetry, Prometheus, Grafana dashboards, and structured logging
Content Preview
---
name: monitoring-observability
description: Monitoring and observability with OpenTelemetry, Prometheus, Grafana dashboards, and structured logging
---
# Monitoring & Observability
## OpenTelemetry Setup
```typescript
import { NodeSDK } from "@opentelemetry/sdk-node";
import { OTLPTraceExporter } from "@opentelemetry/exporter-trace-otlp-http";
import { OTLPMetricExporter } from "@opentelemetry/exporter-metrics-otlp-http";
import { HttpInstrumentation } from "@opentelemetry/instrumentationHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/monitoring-observability.md \
https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/skills/monitoring-observability/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/rohitg00/awesome-claude-code-toolkitThen reference at skills/monitoring-observability/SKILL.md
Related Skills
setup-monitoring-observability
Setup Monitoring and Observability
commandssetupmonitoringobservability
by qdhenry · claude-command-suite
Monitoring CPU Usage
This skill enables Claude to monitor and analyze CPU usage patterns within applications. It helps identify CPU hotspots, analyze algorithmic complexity, and detect blocking operations. Use this skill when the user asks to "monitor CPU usage", "optimize CPU performance", "analyze CPU load", or "find
skill-adaptermonitoring cpu usage
by jeremylongshore · plugins-plus-skills
Monitoring Database Health
This skill enables Claude to monitor database health using real-time metrics, predictive alerts, and automated remediation. It's designed for production-grade database health monitoring for PostgreSQL and MySQL, detecting performance degradation, resource exhaustion, and replication issues. Use this
skill-adaptermonitoring database health
by jeremylongshore · plugins-plus-skills
Monitoring Database Transactions
This skill enables Claude to monitor database transactions for performance and lock issues using the database-transaction-monitor plugin. It is triggered when the user requests transaction monitoring, lock detection, or rollback rate analysis for databases. Use this skill when the user mentions "mon
skill-adaptermonitoring database transactions
by jeremylongshore · plugins-plus-skills