mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
9 lines
292 B
YAML
9 lines
292 B
YAML
scrape_configs:
|
|
- job_name: node_exporter
|
|
static_configs:
|
|
- targets:
|
|
# FIXME: since node exporter is executed in host mode, this needs to
|
|
# be the FQDN or IP address of the host running the 'node_exporter'
|
|
# container.
|
|
- node_exporter:9100
|