refactor: rename containers as docker compositions, as they are

This commit is contained in:
Michele Cereda
2024-09-14 23:10:17 +02:00
parent 31c313b3ac
commit df1d945284
91 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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