What problem does it solve?
This Skill converts an existing otel-audit report into ready-to-apply Splunk Observability Cloud detector Terraform, so you can move from “what’s missing” to “what should alert” faster.
Core Features & Use Cases
- Classifies metrics into detector categories: Maps latency, error, throughput, and saturation signals from the audit report into the appropriate monitoring approach.
- Generates Terraform + SignalFlow: Produces
.observe/terraform/detectors.tf with signalfx_detector resources and inline SignalFlow program_text.
- Creates supporting Terraform files and documentation: Writes
.observe/terraform/variables.tf, .observe/terraform/terraform.tfvars.example, and a human-readable .observe/detectors.md explaining decisions and skips.
- Safety checks and guardrails: Stops early with clear guidance if
.observe/otel.md is missing or if the audit report contains no detected metrics.
Quick Start
Run cp to copy the generated .observe/terraform/terraform.tfvars.example to .observe/terraform/terraform.tfvars, fill in realm, api_token, and notification_channel, then apply the Terraform in .observe/terraform.