Grafana dashboard template and reorganization#5999
Merged
anandbraman merged 1 commit intomainfrom Apr 7, 2026
Merged
Conversation
mythical-fred
suggested changes
Apr 6, 2026
mythical-fred
left a comment
There was a problem hiding this comment.
Use =~ for $pipeline_name filters so multi/All works.
| @@ -658,7 +941,7 @@ | |||
| { | |||
There was a problem hiding this comment.
pipeline_name is a multi + includeAll variable. Use =~ "$pipeline_name" here so multi-selection and All work.
| "includeNullMetadata": false, | ||
| "includeNullMetadata": true, | ||
| "legendFormat": "__auto", | ||
| "range": true, |
There was a problem hiding this comment.
Same here: use =~ "$pipeline_name" for multi/All support.
gz
approved these changes
Apr 6, 2026
02c36c7 to
b2da381
Compare
b2da381 to
d21c973
Compare
The current grafana dashboard has hardcoded UID datasources. These have been replaced in favor of a user configured value. Storage usage, memory usage, and throughput added to a general performance section. Added a latency section which includes completion latency, processing latency and step latency Signed-off-by: Anand Raman <anand.raman@feldera.com>
d21c973 to
bcf5242
Compare
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.
The current grafana dashboard has hardcoded UID datasources. These have been replaced in favor of a user configured value. Storage usage, memory usage, and throughput added to a general performance section. Added a latency section which includes completion latency, processing latency and step latency.
Closes #4493, closes #5838
Current Panels:
General Performance:
Latency
Connections
Advanced
Describe Manual Test Plan
Ran Feldera locally and reviewd the grafana config. Confirmed all the values populate even though this isn't reflected in the screenshots
Checklist
Breaking Changes?
Mark if you think the answer is yes for any of these components:
Describe Incompatible Changes