diff --git a/documentation/examples/kubernetes-rabbitmq/README.md b/documentation/examples/kubernetes-rabbitmq/README.md index e3457759ee..3c1fd6a37d 100644 --- a/documentation/examples/kubernetes-rabbitmq/README.md +++ b/documentation/examples/kubernetes-rabbitmq/README.md @@ -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). 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, this way they share the same network.