aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2021-09-10 11:18:14 -0400
committerGravatar GitHub <noreply@github.com> 2021-09-10 08:18:14 -0700
commit75d5da5228601049e55168018e026bcc4d68e5d5 (patch)
tree45b4beee22553a32543eac59c6b3d55d2e5d9c4f /notes
parent6196125c21629ea8ceef9de2443b9333e35e6265 (diff)
downloadcoredns-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>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.8.5.md3
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,