Make --tags=setup-prometheus not break, relying on matrix-base facts
This commit is contained in:
@ -36,5 +36,5 @@ scrape_configs:
|
||||
{% if matrix_prometheus_node_exporter_enabled %}
|
||||
- job_name: node
|
||||
static_configs:
|
||||
- targets: ['{{ matrix_docker_network_info.network.IPAM.Config[0].Gateway }}:9100']
|
||||
- targets: {{ matrix_prometheus_endpoint_node_targets|to_json }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user