mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
kubernetes: brush up README, rename metric (#3360)
Other latency metrics have `_duration` in the name change this metric to be in sync with the other ones. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
committed by
John Belamaric
parent
f1415e8573
commit
ffe6225ff6
2
plugin/cache/README.md
vendored
2
plugin/cache/README.md
vendored
@@ -61,7 +61,7 @@ Since shards don't fill up perfectly evenly, evictions will occur before the ent
|
||||
Each shard capacity is equal to the total cache size / number of shards (256). Eviction is random, not TTL based.
|
||||
Entries with 0 TTL will remain in the cache until randomly evicted when the shard reaches capacity.
|
||||
|
||||
## Metrics
|
||||
# Metrics
|
||||
|
||||
If monitoring is enabled (via the *prometheus* directive) then the following metrics are exported:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user