diff options
Diffstat (limited to 'middleware/prometheus/README.md')
-rw-r--r-- | middleware/prometheus/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/middleware/prometheus/README.md b/middleware/prometheus/README.md index 3b16b3b94..919050e7b 100644 --- a/middleware/prometheus/README.md +++ b/middleware/prometheus/README.md @@ -14,6 +14,9 @@ and a label `qtype` which old the query type. The `response_rcode_count_total` has an extra label `rcode` which holds the rcode of the response. +If monitoring is enabled queries that do not enter the middleware chain are exported +under the fake domain "dropped" (without a closing dot). + Restarting CoreDNS will stop the monitoring. This is a bug. Also [this upstream Caddy bug](https://github.com/mholt/caddy/issues/675). |