Grafana v11.6.11#156
Closed
afcollins wants to merge 9 commits into
Closed
Conversation
Member
Author
|
cc: @mohit-sheth Please confirm ovn dashboard changes |
Co-Authored by Claude Code Signed-off-by: Andrew Collins <ancollin@redhat.com>
Signed-off-by: Andrew Collins <ancollin@redhat.com>
Signed-off-by: Andrew Collins <ancollin@redhat.com>
Signed-off-by: Andrew Collins <ancollin@redhat.com>
Signed-off-by: Andrew Collins <ancollin@redhat.com>
Signed-off-by: Andrew Collins <ancollin@redhat.com>
…variables Signed-off-by: Andrew Collins <ancollin@redhat.com>
mohit-sheth
reviewed
Mar 10, 2026
8c8ceef to
c1c2bcf
Compare
Contributor
|
lgtm |
Member
Author
|
I've verified it works through dittybopper on a CRC/OpenShift Local, but haven't verified the CPT stack or image-renderer. |
afcollins
commented
Mar 12, 2026
| export GRAFANA_URL="http://admin:${GRAFANA_ADMIN_PASSWORD}@localhost:3000" | ||
| export SYNCER_IMAGE=${SYNCER_IMAGE:-"quay.io/cloud-bulldozer/dittybopper-syncer:latest"} # Syncer image | ||
| export GRAFANA_IMAGE=${GRAFANA_IMAGE:-"quay.io/cloud-bulldozer/grafana:9.4.3"} # Syncer image | ||
| export GRAFANA_IMAGE=${GRAFANA_IMAGE:-"docker.io/grafana/grafana:11.6.11"} # Grafana image |
Member
Author
There was a problem hiding this comment.
Pls note. From what I can tell, grafana:9.4.3 was cloned un-modified.
Signed-off-by: Andrew Collins <ancollin@redhat.com>
Member
Author
|
Verified that The generated dashboards can be imported into Grafana 9, but in v11 the tab spins CPU and page goes unresponsive. Unsure about why for now, but I think this can be split into smaller tasks to be merged with less risk. |
Member
Author
|
After further review, grafonnet-v11.4.0 is the source of the freezing dashboards. Split the version updates to #158 |
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.
Type of change
Description
Migrated all dashboards to the latest Grafonnet v11.4.0.
Most notable changes to the API:
withType()accepts no arguments. This is the large bulk of the changes.TableFooterOptionsconfigurations are no longer nested.HeatmapColorOptionsare no longer nested.Related Tickets & Documents
Checklist before requesting a review
Testing