aboutsummaryrefslogtreecommitdiff
path: root/plugin/cache/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/cache/handler.go')
-rw-r--r--plugin/cache/handler.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/cache/handler.go b/plugin/cache/handler.go
index 905a98ef4..2a64f11e4 100644
--- a/plugin/cache/handler.go
+++ b/plugin/cache/handler.go
@@ -114,6 +114,7 @@ func (c *Cache) getIgnoreTTL(now time.Time, state request.Request, server string
}
return i.(*item)
}
+ cacheMisses.WithLabelValues(server).Inc()
return nil
}