-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add metrics to measure latency with redis in mettle worker. (#296)
We are planning on making elan read from redis as at the moment it is costing us >100£ on normal days to read from the bucket (can reach 300£/day on toolchain upgrades). However we're seeing a lot of context deadline exceeded in the logs regarding redis, so we need to fix those before doing the change to elan. This PR is for us to start monitoring the latency of redis commands to help us understand the impact of the fixes we'll add.
- Loading branch information
Showing
3 changed files
with
78 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
11.9.3 | ||
11.9.4 |
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