metrics-schema-generator

Solid

Generate metrics schemas for Prometheus, OpenTelemetry, and Grafana dashboards

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

# Metrics Schema Generator Skill ## Overview Generates metrics schemas for Prometheus, OpenTelemetry metric definitions, SLI/SLO specifications, and Grafana dashboard configurations. ## Capabilities - Generate Prometheus metrics schemas - OpenTelemetry metric definitions - SLI/SLO specification generation - Grafana dashboard generation - Metric naming conventions - Label/tag standardization - Recording rules generation - Alert rules generation ## Target Processes - observability-implementation - performance-optimization ## Input Schema ```json { "type": "object", "required": ["services"], "properties": { "services": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "endpoints": { "type": "array" }, "slos": { "type": "array" } } } }, "format": { "type": "string", "enum": ["prometheus", "opentelemetry", "both"], "default": "prometheus" }, "options": { "type": "object", "properties": { "includeStandardMetrics": { "type": "boolean", "default": true }, "generateDashboards": { "type": "boolean", "default": true }, "generateAlerts": { "type": "boolean", "default": true }, "namingConvention": { "type": "string", "enum": ["prometheus",...

Details

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

Integrates with

Related Skills