Skip to content

Commit

Permalink
readme: extended common errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kbudde authored Jul 21, 2022
1 parent 664f9e8 commit 60b93e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,13 @@ probalby best solution is to use both exporters:

## common errors: Error while retrieving data from rabbitHost / code 500

msg: Error while retrieving data from rabbitHost
statusCode: 500
### msg: Error while retrieving data from rabbitHost statusCode: 500

This exporter expects capabilities from rabbitmq 3.6.8 or newer by default.
If you are running older than 3.6.8 you have to set RABBIT_CAPABILITIES=compat.

### missing data in graphs

If there is a load balancer between the exporter and the RabbitMQApi, the setting `RABBIT_CONNECTION=loadbalancer` must be activated.
See https://github.com/kbudde/rabbitmq_exporter/issues/131 for details.

0 comments on commit 60b93e0

Please sign in to comment.