Skip to content

Commit

Permalink
Add support for RABBIT_CONNECTION (prometheus-community#3859)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Wood <[email protected]>
  • Loading branch information
rnwood13 authored and Matiasmct committed Mar 20, 2024
1 parent f65e85c commit 0a36f8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-rabbitmq-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Rabbitmq metrics exporter for prometheus
name: prometheus-rabbitmq-exporter
version: 1.8.1
version: 1.9.0
appVersion: v0.29.0
home: https://github.com/kbudde/rabbitmq_exporter
sources:
Expand Down
4 changes: 3 additions & 1 deletion charts/prometheus-rabbitmq-exporter/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ data:
OUTPUT_FORMAT: {{ .Values.rabbitmq.output_format | quote }}
RABBIT_TIMEOUT: {{ .Values.rabbitmq.timeout | quote }}
MAX_QUEUES: {{ .Values.rabbitmq.max_queues | quote }}
EXCLUDE_METRICS: {{ .Values.rabbitmq.excludeMetrics | quote }}
EXCLUDE_METRICS: {{ .Values.rabbitmq.excludeMetrics | quote }}
RABBIT_CONNECTION: {{ .Values.rabbitmq.connection | quote }}

1 change: 1 addition & 0 deletions charts/prometheus-rabbitmq-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ rabbitmq:
timeout: 30
max_queues: 0
excludeMetrics: ""
connection: "direct"
# Enables overriding env vars using an external ConfigMap.
configMapOverrideReference: ""

Expand Down

0 comments on commit 0a36f8d

Please sign in to comment.