kedge/monitoring/prometheus/prometheus.yml
Tyler King 6058e62348 Initial commit: Kedge network automation platform
Go-based network automation with YANG models, gRPC, Ansible,
Terraform, and Kubernetes integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 12:09:30 -05:00

16 lines
329 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: kedge-daemon
static_configs:
- targets: ['localhost:9090']
labels:
component: daemon
- job_name: node-exporter
static_configs:
- targets: ['localhost:9100']
labels:
component: node