Package: prometheus-mongodb-exporter / 1.0.0+git20180522.e755a44-5
Metadata
Package | Version | Patches format |
---|---|---|
prometheus-mongodb-exporter | 1.0.0+git20180522.e755a44-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 fix prom client compat.patch | (download) |
collector/asserts.go |
2 1 + 1 - 0 ! |
support 0.9-pre release of prometheus client The latest release of Prometheus client does not allow one to set a value on a Counter. Setting values on Counters was already deprecated on version 0.8. . This patch basically convert to Gauges all the Counters whose values are set by the no longer existing method. |
02 fix prometheus httphandler.patch | (download) |
mongodb_exporter.go |
5 3 + 2 - 0 ! |
fix prometheus http handler to use promhttp. |
03 Add version info.patch | (download) |
mongodb_exporter.go |
7 4 + 3 - 0 ! |
add version info using linker flags. |
04 Spelling.patch | (download) |
mongodb_exporter.go |
12 6 + 6 - 0 ! |
fix spelling mistake. |
05 Avoid panic on replStats.PreloadStats.patch | (download) |
collector/metrics.go |
4 3 + 1 - 0 ! |
avoid panic when replstats.preloadstats is nil. |