Skip to content

Commit

Permalink
1.8.5 release note for cache miss metric deprecation (#4857)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
chrisohaver and miekg committed Sep 10, 2021
1 parent 6196125 commit 75d5da5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notes/coredns-1.8.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 75d5da5

Please sign in to comment.