Fix typo in documentation/examples/kubernetes-rabbitmq/README.md
This commit is contained in:
parent
7f6acef4d5
commit
e3baa35e9f
|
@ -4,7 +4,7 @@ This is an example on how to setup RabbitMQ so Prometheus can scrape data from i
|
||||||
It uses a third party [RabbitMQ exporter](https://github.com/kbudde/rabbitmq_exporter).
|
It uses a third party [RabbitMQ exporter](https://github.com/kbudde/rabbitmq_exporter).
|
||||||
|
|
||||||
Since the [RabbitMQ exporter](https://github.com/kbudde/rabbitmq_exporter) needs to
|
Since the [RabbitMQ exporter](https://github.com/kbudde/rabbitmq_exporter) needs to
|
||||||
scrape the RabbitMQ management API to scrap data, and it defaults to localhost, it is
|
scrape the RabbitMQ management API to scrape data, and it defaults to localhost, it is
|
||||||
easier to simply embed the **kbudde/rabbitmq-exporter** on the same pod as RabbitMQ,
|
easier to simply embed the **kbudde/rabbitmq-exporter** on the same pod as RabbitMQ,
|
||||||
this way they share the same network.
|
this way they share the same network.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue