What problem does it solve?
This Skill streamlines the end-to-end process of designing, validating, and deploying Axiom dashboards. It consolidates intake, template instantiation, chart configuration, and deployment steps into a repeatable workflow.
Core Features & Use Cases
- Intake-driven dashboard design using templates and datasets to accelerate onboarding.
- Template instantiation and cloning for rapid rollout of consistent dashboards.
- Validation and deployment orchestration with a safe, repeatable workflow to prevent misconfigurations.
- Real-world use: build an oncall or governance dashboard from a dataset like http-logs and publish to Axiom.
Quick Start
- Gather your owner_id with scripts/get-user-id <deploy>.
- Create a dashboard from a template: scripts/dashboard-from-template service-overview "<service>" "$OWNER_ID" "<dataset>" <output.json>.
- Validate the JSON: scripts/dashboard-validate <output.json>.
- Deploy: scripts/dashboard-create <deploy> <output.json>.