mirror of
https://github.com/letsencrypt/unbound_exporter
synced 2025-02-16 10:37:13 +00:00
Added new Unbound Metric for total TLS queries
This commit is contained in:
parent
cc9c7edd06
commit
4c8c8a7b4a
@ -146,6 +146,12 @@ var (
|
||||
prometheus.CounterValue,
|
||||
nil,
|
||||
"^num\\.query\\.tcp$"),
|
||||
newUnboundMetric(
|
||||
"query_tls_total",
|
||||
"Total number of queries that were made using TCP TLS towards the Unbound server.",
|
||||
prometheus.CounterValue,
|
||||
nil,
|
||||
"^num\\.query\\.tls$"),
|
||||
newUnboundMetric(
|
||||
"query_types_total",
|
||||
"Total number of queries with a given query type.",
|
||||
|
Loading…
Reference in New Issue
Block a user