[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:
Jeremy Mouton
2018-08-15 13:16:10 -07:00
committed by k8s-ci-robot
parent dfc9bf56e7
commit bf16484026
3 changed files with 3 additions and 3 deletions
@@ -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