MOD-13373 MOD-15486 Add redis_server_search_total_coord_dispatch_time_ms metric#3304
Open
meiravgri wants to merge 1 commit into
Open
MOD-13373 MOD-15486 Add redis_server_search_total_coord_dispatch_time_ms metric#3304meiravgri wants to merge 1 commit into
meiravgri wants to merge 1 commit into
Conversation
Added a new metric for total coordinator dispatch time in ms.
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
lerman25
approved these changes
May 12, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a new metric for total coordinator dispatch time in ms.
Note
Low Risk
Low risk documentation-only change that adds a single Prometheus metric entry with no impact on runtime behavior.
Overview
Documents a new RediSearch shard Prometheus metric,
redis_server_search_total_coord_dispatch_time_ms, describing cumulative coordinator time to build and dispatch query commands to shards (noted as available since RediSearch 8.0).Reviewed by Cursor Bugbot for commit 2d487b1. Bugbot is set up for automated code reviews on this repo. Configure here.