mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
[stable/prometheus-rabbitmq-exporter] fix values (#7078)
* [stable/prometheus-rabbitmq-exporter] fix values Fix values.yaml file annotation to annotations * [stable/prometheus-rabbitmq-exporter] fix documentations * [stable/prometheus-rabbitmq-exporter] change version
This commit is contained in:
committed by
k8s-ci-robot
parent
dfc9bf56e7
commit
bf16484026
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Rabbitmq metrics exporter for prometheus
|
||||
name: prometheus-rabbitmq-exporter
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
appVersion: v0.28.0
|
||||
home: https://github.com/kbudde/rabbitmq_exporter
|
||||
sources:
|
||||
|
||||
@@ -57,7 +57,7 @@ The following table lists the configurable parameters and their default values.
|
||||
| `rabbitmq.capabilities` | comma-separated list of capabilities supported by the RabbitMQ server | `bert,no_sort` |
|
||||
| `rabbitmq.include_queues`| regex queue filter. just matching names are exported | `.*` |
|
||||
| `rabbitmq.skip_queues` | regex, matching queue names are not exported | `.*` |
|
||||
| `annotation` | pod annotations for easier discovery | {} |
|
||||
| `annotations` | pod annotations for easier discovery | {} |
|
||||
|
||||
For more information please refer to the [rabbitmq_exporter](https://github.com/kbudde/rabbitmq_exporter) documentation.
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ rabbitmq:
|
||||
include_queues: ".*"
|
||||
skip_queues: "^$"
|
||||
|
||||
annotation: {}
|
||||
annotations: {}
|
||||
# prometheus.io/scrape: "true"
|
||||
# prometheus.io/path: "/metrics"
|
||||
# prometheus.io/port: 9419
|
||||
|
||||
Reference in New Issue
Block a user