Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

cloudfoundry-attic/collector

Repository files navigation

Build Status Code Climate Test Coverage

(DEPRECATED) Cloud Foundry Metric Collector

NOTE :The collector is being deprecated. The recommended way of getting metrics out of your Cloud Foundry environment is to use a firehose nozzle.

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

About

(DEPRECATED) Cloud Foundry Metric Collector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages