mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-07-28 16:40:49 +00:00
22 lines
736 B
YAML
22 lines
736 B
YAML
# vmagent scrape config for the docker host.
|
|
# Scrapes the two local collectors, forwards everything to the central
|
|
# VictoriaMetrics via the LAN-only Caddy route vm-internal.lan (Caddy proxies
|
|
# it to vmsingle-vm-victoria-metrics-k8s-stack.observability.svc.cluster.local:8428).
|
|
|
|
scrape_configs:
|
|
- job_name: docker-host-node
|
|
static_configs:
|
|
- targets:
|
|
- localhost:9100
|
|
labels:
|
|
# Distinguishes the docker host from K8s nodes in dashboards/alerts.
|
|
instance_source: docker-host
|
|
host: docker-r740
|
|
|
|
- job_name: docker-host-cadvisor
|
|
static_configs:
|
|
- targets:
|
|
- localhost:8080
|
|
labels:
|
|
instance_source: docker-host
|
|
host: docker-r740 |