Skip to content

An example of a exporter that might be useful for me or to other people

Notifications You must be signed in to change notification settings

adsanz/py-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Example py-exporter

The idea here, is to create an exporter in python that allows creating new metrics easily

The GeneralMetric class is a bootstrap for labels and other variables that could be useful. Metrics are based upon this class, and MetricManager is in charge of fetching the data for those metrics (a metric class could have multiple metrics at once but I prefer doing one thing pretty good than a lot of things)

Note that, this example sets the instance ID as a label, and using this exporter outside AWS will cause it to fail, that's why this should be used as an example only, since is tightly coupled to my use case.

About

An example of a exporter that might be useful for me or to other people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages