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"