What problem does it solve?
This Skill helps you instrument Go services so production issues become visible through metrics, traces, and trace-linked logs instead of guesswork.
Core Features & Use Cases
- Prometheus metrics: Add counters, gauges, and histograms with bounded labels for request rates, error rates, and latency monitoring.
- OpenTelemetry tracing: Create spans for service methods, DB calls, and outbound HTTP requests with proper context propagation and error status handling.
- Signal correlation: Connect metrics to traces with exemplars and propagate trace or request IDs so on-call debugging can move from alert to root cause quickly.
- Use Case: A p99 latency alert fires, you click the exemplar in Grafana, jump to the slow trace, and identify the exact database call that caused the spike.
Quick Start
Ask the AI to instrument your Go handler with bounded Prometheus metrics, OpenTelemetry spans, and exemplar-based trace correlation.