Skip to content

railnova/lemur-cloudwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A plugin to export Lemur metrics to Cloudwatch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages