Added new Unbound Metric for total TLS queries

This commit is contained in:
Michael Meyer 2018-11-14 17:55:34 +01:00
parent cc9c7edd06
commit 4c8c8a7b4a

View File

@ -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.",