Commit 75d5da52 authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

1.8.5 release note for cache miss metric deprecation (#4857)

* Note cache miss metric deprecation

* Update notes/coredns-1.8.5.md
Co-authored-by: default avatarMiek Gieben <miek@miek.nl>
Co-authored-by: default avatarMiek Gieben <miek@miek.nl>
parent 6196125c
......@@ -13,6 +13,9 @@ a bunch of plugins and not one, but two new plugins. A *geoip* plugin that can r
query came from and a *header* plugin that allows you to fiddle with (some of) the header bits in a
DNS message.
With this release, the `coredns_cache_misses_total` metric is deprecated. It will be removed in a later release.
Users should migrate their promQL to use `coredns_cache_requests_total - coredns_cache_hits_total`.
## Brought to You By
Ben Kochie,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment