statsd_exporter/pkg/mapper
Thomas Gummerer dae5d782a6 allow setting granularity for summary metrics
The Go client for prometheus aggregates summary metrics over 10
minutes by default, in 5 buckets.  This is not always the behaviour we
want.

Allow tweaking those settings in `statsd_exporter`, so we can
aggregate summary metrics over more or less time, with more or fewer
buckets, and set the cap for the bucket as well.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
2020-02-18 18:04:38 +00:00
..
fsm *: add staticcheck target back 2019-01-04 15:26:57 +01:00
action.go Move mapper -> pkg/mapper 2018-08-14 09:20:00 +00:00
escape.go Move escapeMetricName to mapper 2020-01-16 11:20:37 -05:00
escape_test.go Move escapeMetricName to mapper 2020-01-16 11:20:37 -05:00
mapper.go allow setting granularity for summary metrics 2020-02-18 18:04:38 +00:00
mapper_benchmark_test.go Adding mapping cache 2019-04-26 18:00:39 -04:00
mapper_cache.go Make mapper cache metric names more specific 2020-01-10 14:32:16 +00:00
mapper_test.go allow setting granularity for summary metrics 2020-02-18 18:04:38 +00:00
match.go replace glob matching 2018-09-11 17:34:19 -07:00
metric_type.go Move mapper -> pkg/mapper 2018-08-14 09:20:00 +00:00
timer.go Move mapper -> pkg/mapper 2018-08-14 09:20:00 +00:00