We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Grafana indicates the statusMap panel type will be deprecated when trying to add one to a dashboard via the UI. ( Docs here, but no mention of impending deprecation: https://grafana.com/grafana/plugins/flant-statusmap-panel/ )
I was hoping to use the newer status-history panel instead. However, no such statusHistory panel class exists in core.py
Unable to define status-history panels using Grafanalib, without having to write my own class.
You can view the deprecation notice for the statusMap panel by adding one to a dashboard in Grafana Tested on Grafana v10.1.1 (0cfa76b22d)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What you expected to happen?
Grafana indicates the statusMap panel type will be deprecated when trying to add one to a dashboard via the UI.
( Docs here, but no mention of impending deprecation: https://grafana.com/grafana/plugins/flant-statusmap-panel/ )
I was hoping to use the newer status-history panel instead. However, no such statusHistory panel class exists in core.py
What happened?
Unable to define status-history panels using Grafanalib, without having to write my own class.
How to reproduce it?
You can view the deprecation notice for the statusMap panel by adding one to a dashboard in Grafana
Tested on Grafana v10.1.1 (0cfa76b22d)
The text was updated successfully, but these errors were encountered: