https://github.com/syncano/rabbitmq_exporter_cloudwatch
Rabbitmq exporter that puts metrics into cloudwatch
https://github.com/syncano/rabbitmq_exporter_cloudwatch
Last synced: 5 months ago
JSON representation
Rabbitmq exporter that puts metrics into cloudwatch
- Host: GitHub
- URL: https://github.com/syncano/rabbitmq_exporter_cloudwatch
- Owner: Syncano
- License: mit
- Created: 2015-06-25T14:22:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T13:39:09.000Z (about 8 years ago)
- Last Synced: 2025-03-08T18:51:15.087Z (10 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# rabbitmq_exporter_cloudwatch
Simple exporter for rabbitmq data.
## Functionality
It exports length of the selected rabbitmq queues to AWS cloudwatch. It can be useful for AWS autoscaling.
## Configuration
Exporter is configurable via `config.json` file. `example_config.json` shows how it should be configured.
## Installation
- first create your own config.json file,
- then install requirements:
```{bash}
$ pip install -r requirements.txt
```
- make sure that you have exported environment variables authorizing you to
AWS (boto requirement).
## Usage
```{bash}
$ ./main.py
```
Exporter will start exporting data to cloudwatch every 30 seconds.