From 75d5da5228601049e55168018e026bcc4d68e5d5 Mon Sep 17 00:00:00 2001
From: Chris O'Haver <cohaver@infoblox.com>
Date: Fri, 10 Sep 2021 11:18:14 -0400
Subject: [PATCH] 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>
---
 notes/coredns-1.8.5.md | 3 +++
 1 file changed, 3 insertions(+)

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,