Skip to content

Grafana v11.6.11#156

Closed
afcollins wants to merge 9 commits into
cloud-bulldozer:masterfrom
afcollins:grafana.v11.6.11
Closed

Grafana v11.6.11#156
afcollins wants to merge 9 commits into
cloud-bulldozer:masterfrom
afcollins:grafana.v11.6.11

Conversation

@afcollins
Copy link
Copy Markdown
Member

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

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.
  • TableFooterOptions configurations are no longer nested.
  • HeatmapColorOptions are no longer nested.
  • Move ACS panel to the end of the dashboard, as it is rarely used.
  • Some improvements to ovn dashboard based on panels found broken during testing.

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Verified ocp-performance, etcd, and ovn dashboards looks good.

@afcollins
Copy link
Copy Markdown
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>
Comment thread assets/ovn-monitoring/variables.libsonnet Outdated
@mohit-sheth
Copy link
Copy Markdown
Contributor

lgtm

@afcollins
Copy link
Copy Markdown
Member Author

I've verified it works through dittybopper on a CRC/OpenShift Local, but haven't verified the CPT stack or image-renderer.

Comment thread dittybopper/deploy.sh
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
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pls note. From what I can tell, grafana:9.4.3 was cloned un-modified.

Signed-off-by: Andrew Collins <ancollin@redhat.com>
@afcollins afcollins marked this pull request as draft March 13, 2026 20:05
@afcollins
Copy link
Copy Markdown
Member Author

afcollins commented Mar 13, 2026

Verified that yoda generate works.

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.

@afcollins afcollins mentioned this pull request Mar 14, 2026
5 tasks
@afcollins
Copy link
Copy Markdown
Member Author

After further review, grafonnet-v11.4.0 is the source of the freezing dashboards.

Split the version updates to #158

@afcollins afcollins closed this Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants