Cloudwatch metric plugin for Lemur.
pip install -e git+https://github.com/railnova/lemur-cloudwatch#egg=lemur-cloudwatch
Add the following to your lemur.conf.py
:
# Add to active metric providers
METRIC_PROVIDERS = ['cloudwatch']
# Set the following variables
CLOUDWATCH_AWS_ACCESS_KEY_ID = "..."
CLOUDWATCH_AWS_SECRET_ACCESS_KEY = "..."
CLOUDWATCH_AWS_REGION = "..."
CLOUDWATCH_AWS_NAMESPACE = "..."