dashboard-generator

Solid

Generate monitoring dashboards for Grafana and DataDog with alert integration

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Dashboard Generator Skill ## Overview Generates monitoring dashboards for Grafana and DataDog from JSON/YAML definitions with panel configuration and alert rule integration. ## Capabilities - Generate Grafana dashboards from JSON/YAML - DataDog dashboard creation - Panel configuration and templates - Alert rule integration - Variable templating - Annotation support - Dashboard versioning - Row and panel layouts ## Target Processes - observability-implementation - performance-optimization - resilience-patterns ## Input Schema ```json { "type": "object", "required": ["dashboards"], "properties": { "dashboards": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string", "enum": ["service", "infrastructure", "business", "slo"] }, "metrics": { "type": "array" }, "panels": { "type": "array" } } } }, "platform": { "type": "string", "enum": ["grafana", "datadog", "cloudwatch"], "default": "grafana" }, "options": { "type": "object", "properties": { "datasource": { "type": "string", "default": "prometheus" }, "refreshInterval": { "type": "string", "default": "30s" }, "timeRange": { "type": "string", "default": "6h" }, "includeAlerts": { "type": "boolean",...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills