statsd_exporter/pkg/mapper
Thomas Gummerer 80b77513a6 create sub-hierarchies for summary and histogram options
Currently the Buckets and Quantiles settings are top level settings per metric
in the yaml.  In a subsequent commit we're going to allow adding more such
options for summaries, at which point having them all at the top level gets
confusing.

Split the options out into separate hierarchies to allow adding more options,
without adding confusion.  We preserve backwards compatibility by still
accepting the old option, but warning when it is present.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
2020-02-18 18:04:27 +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 create sub-hierarchies for summary and histogram options 2020-02-18 18:04:27 +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 create sub-hierarchies for summary and histogram options 2020-02-18 18:04:27 +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