Fixed incorrect prometheus metrics source selection (#1337)
Metrics type summary should retrieve values via GetSummary while histogram should retrieve values via GetHistogram for both count and sum
This commit is contained in:
committed by
Cameron Sparr
parent
ad88a9421a
commit
75e6cb9064
@@ -50,6 +50,7 @@ time before a new metric is included by the plugin.
|
||||
- [#1316](https://github.com/influxdata/telegraf/pull/1316): Removed leaked "database" tag on redis metrics. Thanks @PierreF!
|
||||
- [#1323](https://github.com/influxdata/telegraf/issues/1323): Processes plugin: fix potential error with /proc/net/stat directory.
|
||||
- [#1322](https://github.com/influxdata/telegraf/issues/1322): Fix rare RHEL 5.2 panic in gopsutil diskio gathering function.
|
||||
- [#1336](https://github.com/influxdata/telegraf/issues/1336): Fixed incorrect prometheus metrics source selection
|
||||
|
||||
## v0.13.1 [2016-05-24]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user