From c255a7bcdc917f72495acdff9b1f10679f365b77 Mon Sep 17 00:00:00 2001 From: Mahir Abbas Date: Tue, 19 May 2026 11:25:26 +0100 Subject: [PATCH] feat(charts): add scrape job for k6 --- charts/otel-collector/Chart.yaml | 2 +- charts/otel-collector/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/otel-collector/Chart.yaml b/charts/otel-collector/Chart.yaml index b123f1ecd..2967d5ff7 100644 --- a/charts/otel-collector/Chart.yaml +++ b/charts/otel-collector/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: otel-collector description: Workflows otel-collector type: application -version: 0.1.4 +version: 0.1.5 dependencies: - name: opentelemetry-collector repository: https://open-telemetry.github.io/opentelemetry-helm-charts diff --git a/charts/otel-collector/values.yaml b/charts/otel-collector/values.yaml index 51bc953d8..9649f2ebf 100644 --- a/charts/otel-collector/values.yaml +++ b/charts/otel-collector/values.yaml @@ -89,6 +89,9 @@ opentelemetry-collector: - source_labels: [__meta_kubernetes_namespace] regex: kube-system action: drop + - source_labels: [__meta_kubernetes_namespace] + regex: k6 + action: keep - source_labels: [__meta_kubernetes_pod_annotation_prometheus_io_scrape] action: keep regex: "true"