Skip to content

Commit

Permalink
fix(docs): clarify blocky_error_total (#1270)
Browse files Browse the repository at this point in the history
* fix(docs): clarify `blocky_error_total`

* squash: remove period to match other lines
  • Loading branch information
ThinkChaos committed Nov 22, 2023
1 parent e30e852 commit 7feaba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prometheus_grafana.md
Expand Up @@ -11,7 +11,7 @@ Following metrics will be exported:
| name | Description |
| ------------------------------------------------ | -------------------------------------------------------- |
| blocky_blacklist_cache / blocky_whitelist_cache | Number of entries in blacklist/whitelist cache, partitioned by group |
| blocky_error_total | Counter for internal errors |
| blocky_error_total | Number of total queries that ended in error for any reason |
| blocky_query_total | Number of total queries, partitioned by client and DNS request type (A, AAAA, PTR, etc) |
| blocky_request_duration_ms_bucket | Request duration histogram, partitioned by response type (Blocked, cached, etc) |
| blocky_response_total | Number of responses, partitioned by response type (Blocked, cached, etc), DNS response code, and reason |
Expand Down

0 comments on commit 7feaba4

Please sign in to comment.