These are really stubs, and need some more testing and integration, but there were some people who expressed interest in this, so let's push it early.
5 lines
150 B
Cheetah
5 lines
150 B
Cheetah
- job_name: {{ .name }}
|
|
# The prometheus-node-exporter running on {{ .name }}.
|
|
static_configs:
|
|
- targets: ['{{ .host }}:{{ .port }}']
|