17 lines
315 B
Markdown
17 lines
315 B
Markdown
|
|
# RabbitMQ Federation Prometheus
|
||
|
|
|
||
|
|
This plugin adds Federation metrics to prometheus
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
This plugin ships with RabbitMQ. Like all other plugins, it must be enabled
|
||
|
|
before it can be used:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
[sudo] rabbitmq-plugins enable rabbitmq_federation_prometheus
|
||
|
|
```
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
See [LICENSE](./LICENSE).
|