Commit Graph

5 Commits

Author SHA1 Message Date
Thomas Desrosiers
960df35f4e Fixes a panic when a prometheus endpoint ends prematurely or with an empty line 2016-06-03 14:10:24 -07:00
Marcin Wielgus
fb8efe0cf6 Add a flag to control the number of custom metrics scraped by collectors 2016-02-11 01:33:58 +01:00
Solly Ross
d11dd29ecd Make Prometheus Collector Filter Custom Metrics
Previously, the Prometheus collector ignored the
`MetricsConfig` field of the custom metrics specification,
simply storing all exposed metrics.  Now, if the `MetricsConfig`
field contains any metric names, only those metrics will be stored
and exposed.

Fixes #1005
2015-12-09 19:44:23 -05:00
Lei Xue
dbbe38dfed re-order the import package 2015-11-30 16:43:22 +08:00
anushree-n
4c67b21c1d Add Prometheus Collector 2015-08-14 10:59:37 -07:00