mirror of
https://github.com/coredns/coredns.git
synced 2025-12-05 09:55:10 -05:00
introduce metric naming test (#3789)
* introduce metric naming test Signed-off-by: zounengren <zounengren@cmss.chinamobile.com> * Update metrics.go Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
This commit is contained in:
@@ -53,7 +53,7 @@ used (See [bugs](#bugs)).
|
||||
|
||||
If monitoring is enabled (via the *prometheus* plugin) then the following metrics are exported:
|
||||
|
||||
* `coredns_dnssec_cache_size{server, type}` - total elements in the cache, type is "signature".
|
||||
* `coredns_dnssec_cache_entries{server, type}` - total elements in the cache, type is "signature".
|
||||
* `coredns_dnssec_cache_hits_total{server}` - Counter of cache hits.
|
||||
* `coredns_dnssec_cache_misses_total{server}` - Counter of cache misses.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user