-
Notifications
You must be signed in to change notification settings - Fork 23
INFRA-629: Update dashboards to use non-deprecated plugin #1018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
No functional change - update to fix deprecation notices
This converts old panels, and removes panels where there are no longer metrics available (since we are still using the ES exporter). This dashboard can be revised separately with an OpenSearch specific metrics source. Currently it is too complicated - we should simplify it.
Is this the sort of thing that should go into yoga and get merged up? |
A good question and it's a bit of grey area to me. Personally I don't think we should do a major upgrade of Grafana/anything in Yoga, in which case, we don't need these to be backported. Grafana should remain on 10.x in Yoga. However, Grafana is unpinned in Kolla, so if someone rebuilds the Grafana (Yoga) image in release train, it will get upgraded to 11.x in May 2024? Then we would want to have this PR targeted to Yoga. Ideally I think we should avoid that, unless there is a good reason not to. |
I think we'll have to assume that we'll have to rebuild the yoga images at some point due to a security backport. What we do to prepare for that I'm not exactly sure |
I'd probably rather that we pin grafana version to 10.x in yoga than replace all the dashboards. |
One thing to add is we should also aim in this re-do to have all the time frames the same (ie the time window in grafana when looking at a graph.) I think the past 24 hours for all is reasonable? @dougszumski @assumptionsandg |
1ad9119
to
42307df
Compare
42307df
to
4578dad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've loaded these in to an aio running Grafana 10.4.2 and what we have so far looks fine.
Change-Id: I86dab29368219ea60856d95972cfa103ddbbc75b
Change-Id: I967679593803d36f813c942bb2af627621214b7d
Change-Id: Iaeffe49f43e0deb436ee61a238e5025a3aac349b
Change-Id: I9d0060f2d488300159b2e77f4f4f876db7bac3e6
I see the AngularJS warnings fixed in the above Ceph commits |
Let's merge this and follow up with the remaining dashboards |
No functional change where possible.
Drink a strong coffee before even considering looking at the json diffs.