v0.15.0
版本发布时间: 2020-03-05 17:59:59
prometheus/statsd_exporter最新发布版本:v0.27.2(2024-10-07 21:45:33)
- [ENHANCEMENT] Allow setting granularity for summary metrics (#290)
- [ENHANCEMENT] Support a random-replacement cache invalidation strategy (#281
To facilitate the expanded settings for summaries, the configuration format changes from
mappings:
- match: …
timer_type: summary
quantiles:
- quantile: 0.99
error: 0.001
- quantile: 0.95
error: 0.01
…
to
mappings:
- match: …
timer_type: summary
summary_options:
quantiles:
- quantile: 0.99
error: 0.001
- quantile: 0.95
error: 0.01
…
max_summary_age: 30s
summary_age_buckets: 3
stream_buffer_size: 1000
…
For consistency, the format for histogram buckets also changes from
mappings:
- match: …
timer_type: histogram
buckets: [ 0.01, 0.025, 0.05, 0.1 ]
to
mappings:
- match: …
timer_type: histogram
histogram_options:
buckets: [ 0.01, 0.025, 0.05, 0.1 ]
Transitionally, the old format will still work but is deprecated. The new settings are optional.
For users of the mapper
as a library, this is a breaking change. To adjust your code, replace
mapping.Buckets
with mapping.HistogramOptions.Buckets
and
mapping.Quantiles
with mapping.SummaryOptions.Quantiles
.
1、 sha256sums.txt 3.18KB
2、 statsd_exporter-0.15.0.aix-ppc64.tar.gz 6.67MB
3、 statsd_exporter-0.15.0.darwin-386.tar.gz 6.71MB
4、 statsd_exporter-0.15.0.darwin-amd64.tar.gz 6.84MB
5、 statsd_exporter-0.15.0.dragonfly-amd64.tar.gz 6.84MB
6、 statsd_exporter-0.15.0.freebsd-386.tar.gz 6.67MB
7、 statsd_exporter-0.15.0.freebsd-amd64.tar.gz 6.87MB
8、 statsd_exporter-0.15.0.freebsd-armv6.tar.gz 6.36MB
9、 statsd_exporter-0.15.0.freebsd-armv7.tar.gz 6.36MB
10、 statsd_exporter-0.15.0.linux-386.tar.gz 6.67MB
11、 statsd_exporter-0.15.0.linux-amd64.tar.gz 6.86MB
12、 statsd_exporter-0.15.0.linux-arm64.tar.gz 6.39MB
13、 statsd_exporter-0.15.0.linux-armv5.tar.gz 6.37MB
14、 statsd_exporter-0.15.0.linux-armv6.tar.gz 6.37MB
15、 statsd_exporter-0.15.0.linux-armv7.tar.gz 6.36MB
16、 statsd_exporter-0.15.0.linux-mips.tar.gz 6.39MB
17、 statsd_exporter-0.15.0.linux-mips64.tar.gz 6.5MB
18、 statsd_exporter-0.15.0.linux-mips64le.tar.gz 6.3MB
19、 statsd_exporter-0.15.0.linux-mipsle.tar.gz 6.26MB
20、 statsd_exporter-0.15.0.linux-ppc64.tar.gz 6.54MB
21、 statsd_exporter-0.15.0.linux-ppc64le.tar.gz 6.37MB
22、 statsd_exporter-0.15.0.linux-s390x.tar.gz 6.94MB
23、 statsd_exporter-0.15.0.netbsd-386.tar.gz 6.64MB
24、 statsd_exporter-0.15.0.netbsd-amd64.tar.gz 6.84MB
25、 statsd_exporter-0.15.0.netbsd-armv6.tar.gz 6.34MB
26、 statsd_exporter-0.15.0.netbsd-armv7.tar.gz 6.34MB
27、 statsd_exporter-0.15.0.openbsd-386.tar.gz 6.64MB
28、 statsd_exporter-0.15.0.openbsd-amd64.tar.gz 6.84MB
29、 statsd_exporter-0.15.0.openbsd-armv7.tar.gz 6.33MB
30、 statsd_exporter-0.15.0.windows-386.tar.gz 6.5MB
31、 statsd_exporter-0.15.0.windows-amd64.tar.gz 6.71MB