Skip to content

Commit

Permalink
[prometheus-kafka-exporter] fix - prom op doc (#5362)
Browse files Browse the repository at this point in the history
* fix - prom op doc

Signed-off-by: Hélia Barroso <[email protected]>

* fix - typo

Signed-off-by: Hélia Barroso <[email protected]>

---------

Signed-off-by: Hélia Barroso <[email protected]>
  • Loading branch information
heliapb authored Feb 25, 2025
1 parent e777151 commit f5622fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-kafka-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "v1.9.0"
description: A Helm chart to export the metrics from Kafka in Prometheus format using the kafka-exporter from https://github.com/danielqsj/kafka_exporter
name: prometheus-kafka-exporter
home: https://github.com/danielqsj/kafka_exporter
version: 2.12.0
version: 2.12.1
kubeVersion: ">=1.19.0-0"
sources:
- https://gkarthiks.github.io/helm-charts/charts/prometheus-kafka-exporter
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-kafka-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ prometheus:
additionalLabels: {}
targetLabels: []
# Relabel configs to apply to target's labelset before the target gets scraped.
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.RelabelConfig
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#relabelconfig
relabelings: null
# - sourceLabels: [__meta_kubernetes_pod_node_name]
# separator: ;
Expand All @@ -121,7 +121,7 @@ prometheus:
# replacement: $1
# action: replace
# Metric relabeling is applied to samples as the last step before ingestion
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.RelabelConfig
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#relabelconfig
metricRelabelings: null
# - sourceLabels: [__meta_kubernetes_pod_node_name]
# separator: ;
Expand Down

0 comments on commit f5622fa

Please sign in to comment.