From 992b7262ea1d8e8cf7c6d0e3afaa33427ea0ca4a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 28 Jun 2024 23:59:11 +0200 Subject: revamp prometheus metric lables for ssl/probe --- .../monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/monitoring/prometheus/exporter/register/templates') diff --git a/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2 b/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2 index 3ecf129a..6d26e779 100644 --- a/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2 +++ b/roles/monitoring/prometheus/exporter/register/templates/ssl/probe.yml.j2 @@ -1,6 +1,8 @@ - targets: [ '{{ (target.exporter_hostname == prometheus_server) | ternary('127.0.0.1:9999', hostvars[target.exporter_hostname].prometheus_scrape_endpoint) }}' ] labels: instance: '{{ target.instance }}' + sslcert_kind: '{{ target.config.module }}' + sslcert_instance: '{{ target.config.sslcert_instance }}' __param_target: '{{ target.config.target }}' __param_module: '{{ target.config.module }}' {% for name, value in prometheus_target_labels.items() %} -- cgit v1.2.3