mirror of
https://github.com/letsencrypt/unbound_exporter
synced 2025-02-19 12:06:55 +00:00
Merge pull request #6 from hightoxicity/feat-recursive-avg-median
Push avg and median
This commit is contained in:
commit
01935206bc
@ -218,6 +218,18 @@ var (
|
||||
prometheus.CounterValue,
|
||||
nil,
|
||||
"^unwanted\\.replies$"),
|
||||
newUnboundMetric(
|
||||
"recursion_time_seconds_avg",
|
||||
"Average time it took to answer queries that needed recursive processing (does not include in-cache requests).",
|
||||
prometheus.GaugeValue,
|
||||
nil,
|
||||
"^total\\.recursion\\.time\\.avg$"),
|
||||
newUnboundMetric(
|
||||
"recursion_time_seconds_median",
|
||||
"The median of the time it took to answer queries that needed recursive processing.",
|
||||
prometheus.GaugeValue,
|
||||
nil,
|
||||
"^total\\.recursion\\.time\\.median$"),
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user