What problem does it solve?
Setting up a local observability environment for testing ToolHive telemetry requires manually installing and configuring multiple Helm charts, which is error-prone and time-consuming. This Skill automates the entire deployment of a metrics and tracing stack on a local Kind cluster.
Core Features & Use Cases
- Automated Stack Deployment: Installs kube-prometheus-stack, Grafana Tempo, and the OpenTelemetry Collector via Helm into a monitoring namespace.
- Prerequisite Verification: Checks that kind, helm, and kubectl are installed before starting, and creates the Kind cluster only if it does not already exist.
- Access Guidance: Outputs port-forward commands for Grafana (admin/admin) and Prometheus, plus troubleshooting pointers when Helm chart values become incompatible.
- Use Case: A developer testing ToolHive's OTLP metrics and trace export can run this Skill to get a working Prometheus/Grafana/Tempo environment on a local Kind cluster in minutes.
Quick Start
Deploy the OpenTelemetry observability stack to a local Kind cluster so I can test ToolHive telemetry.