diff options
author | 2021-09-10 11:18:14 -0400 | |
---|---|---|
committer | 2021-09-10 08:18:14 -0700 | |
commit | 75d5da5228601049e55168018e026bcc4d68e5d5 (patch) | |
tree | 45b4beee22553a32543eac59c6b3d55d2e5d9c4f | |
parent | 6196125c21629ea8ceef9de2443b9333e35e6265 (diff) | |
download | coredns-75d5da5228601049e55168018e026bcc4d68e5d5.tar.gz coredns-75d5da5228601049e55168018e026bcc4d68e5d5.tar.zst coredns-75d5da5228601049e55168018e026bcc4d68e5d5.zip |
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: Miek Gieben <miek@miek.nl>
Co-authored-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | notes/coredns-1.8.5.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/notes/coredns-1.8.5.md b/notes/coredns-1.8.5.md index 8a5f15848..03f2e755a 100644 --- a/notes/coredns-1.8.5.md +++ b/notes/coredns-1.8.5.md @@ -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, |