From c723445c734430fc29d89879ae35b96d82a8ae86 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 8 Feb 2024 00:00:29 +0100 Subject: [PATCH] fix(monitoring): improve labels --- monitoring/Chart.yaml | 2 +- monitoring/README.adoc | 2 +- monitoring/templates/probe.yaml | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/monitoring/Chart.yaml b/monitoring/Chart.yaml index a574722..c64b6ed 100644 --- a/monitoring/Chart.yaml +++ b/monitoring/Chart.yaml @@ -3,7 +3,7 @@ name: monitoring description: Deploy helper for probes and scrapeconfig of prometheus-operator icon: https://prometheus.io/assets/favicons/android-chrome-192x192.png type: application -version: 0.1.2 +version: 0.1.3 maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/monitoring/README.adoc b/monitoring/README.adoc index 85b70a1..b847e9c 100644 --- a/monitoring/README.adoc +++ b/monitoring/README.adoc @@ -2,7 +2,7 @@ = monitoring -image::https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square[Version: 0.1.2] +image::https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square[Version: 0.1.3] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] == Maintainers diff --git a/monitoring/templates/probe.yaml b/monitoring/templates/probe.yaml index 83ab80e..fa46046 100644 --- a/monitoring/templates/probe.yaml +++ b/monitoring/templates/probe.yaml @@ -18,9 +18,11 @@ spec: targets: staticConfig: labels: - group: {{ $groupName }} - probe: {{ $probe.name }} prober: {{ $prober.name }} + group: {{ $groupName }} + proto: {{ $proto }} + module: {{ $probe.module }} + probe: {{ $probe.name }} static: {{- toYaml $group | nindent 8 }} {{- end }}