-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Redis metrics from Gauge to Counter
Updated Redis connection metrics (hits, misses, timeouts) from Gauge to Counter to ensure accurate cumulative counts. Modified the update logic to use Add instead of Set for handling differences in metric values. Adjusted the ticker interval to collect metrics every 10 seconds instead of 1 minute. Signed-off-by: Christian Roessner <[email protected]>
- Loading branch information
Christian Roessner
committed
Nov 8, 2024
1 parent
6a6f030
commit 6042ff3
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters