From 72b0020147660b18634a844185b3e5b24df92a9b Mon Sep 17 00:00:00 2001 From: "docs.yml" <> Date: Fri, 9 Aug 2024 14:32:26 +0000 Subject: [PATCH] docs.yml --- site/content/en/main/user-guide/metrics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/en/main/user-guide/metrics.md b/site/content/en/main/user-guide/metrics.md index 5a3fa9b4d..e8437c17d 100644 --- a/site/content/en/main/user-guide/metrics.md +++ b/site/content/en/main/user-guide/metrics.md @@ -15,7 +15,7 @@ The `MetricsCollector` exposes the following metrics: - `pepr_mutate`: A summary that provides the observed durations of mutation events in the application. - `pepr_validate`: A summary that provides the observed durations of validation events in the application. - `pepr_cache_miss`: A gauge that provides the number of cache misses per window. -- `pepr_resync_failure_Count`: A gauge that provides the number of unsuccessful attempts at receiving an event within the last seen event limit before re-establishing a new connection. +- `pepr_resync_failure_count`: A gauge that provides the number of unsuccessful attempts at receiving an event within the last seen event limit before re-establishing a new connection. ## Environment Variables @@ -88,8 +88,8 @@ GET /metrics pepr_cache_miss{window="2024-07-25T13:44:34.234Z"} 19 pepr_cache_miss{window="2024-07-25T14:14:34.961Z"} 0 - # HELP pepr_resync_failure_Count Number of retries per count - # TYPE pepr_resync_failure_Count gauge + # HELP pepr_resync_failure_count Number of retries per count + # TYPE pepr_resync_failure_count gauge pepr_resync_failure_count{count="0"} 5 pepr_resync_failure_count{count="1"} 4 ```