Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 994 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 994 Bytes

Build Status Code Climate

Cloud Foundry Metric Collector

The collector will discover the various components on the message bus and query their /healthz and /varz interfaces.

The metric data collected is published to collector plugins. See the lib/historian folder for available plugins such as OpenTSDB, AWS CloudWatch and DataDog. Plugins are extensible to publish data to other systems.

Additional metrics can be written by providing Handler plugins. See lib/collector/handler.rb and lib/collector/handlers/dea.rb for an example.

Contributing

Please read the contributors' guide