Skip to content

Commit

Permalink
Register new redis_latency_ms metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
fische committed Apr 16, 2024
1 parent cb71049 commit c2fdd52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 11.9.5
--------------
* Register new redis_latency_ms metrics so it can be scraped.

Version 11.9.4
--------------
* Add metrics to measure latency with redis in mettle workers.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.9.4
11.9.5
1 change: 1 addition & 0 deletions mettle/worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ var metrics = []prometheus.Collector{
redisHits,
redisMisses,
redisBytesRead,
redisLatency,
packsDownloaded,
packBytesRead,
collectOutputErrors,
Expand Down

0 comments on commit c2fdd52

Please sign in to comment.