Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
329 B
YAML
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
|