Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 560 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 560 Bytes

lemur-cloudwatch

Cloudwatch metric plugin for Lemur.

Installation

pip install -e git+https://github.com/railnova/lemur-cloudwatch#egg=lemur-cloudwatch

Configuration

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 = "..."