Skip to content

Polls and distrubutes production metrics to a MQTT message bus.

Notifications You must be signed in to change notification settings

eelpie/metrics-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metrics Router

Used to provide a common interface for production system metrics. Polls various pieces of production infrastructure for key/value metrics. These metrics are republished onto an MQTT message bus.

Monitoring tools and service status websites subscribe to the MQTT metrics channel to receive the latest production metrics.
A metric message is a key/value pair delimited with a colon.

ie.
webserver1.cpu.load:0.2

Additional metric sources are added by implementing the MerticSource Java interface.

About

Polls and distrubutes production metrics to a MQTT message bus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published