Commit Graph

13 Commits

Author SHA1 Message Date
sanek9
28989ed607 filtering __name__ 2020-02-03 00:31:05 +03:00
Alexander Voitov
22c5e624bc export application metrics via /metrics 2020-02-03 00:31:05 +03:00
Allen Sun
a0c1a1c33f Update prometheus_collector.go
fix incorrect comparison err message
2017-08-24 08:54:27 +08:00
Tim St. Clair
afe67fec68
Cleanup comment style: // should be proceded by a space 2016-10-07 17:06:02 -07:00
Jimmi Dyson
923dbc58c1
Convert Prometheus labels into single consistent string label for cadvisor 2016-09-23 13:06:52 +01:00
Jimmi Dyson
041c5af905
Switch to Prometheus decoder 2016-09-22 22:22:07 +01:00
mwringe
b8b541d86a Update collectors to use a customized httpClient. 2016-07-21 16:00:21 -04:00
Matt Wringe
6ef612f21e Update collectors to be able to directly access containers by their ip address. 2016-07-14 10:36:53 -04:00
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
Rohit Jnagal
374e36d38e Ignore NaN values in collection.
We'll re-enable it when we have a better way in UI to handle these.
2015-08-17 23:24:19 +00:00
anushree-n
4c67b21c1d Add Prometheus Collector 2015-08-14 10:59:37 -07:00