-
Notifications
You must be signed in to change notification settings - Fork 795
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
Grafana Dashboard Contains Soon-to-Be-Deprecated Panels #862
Comments
I think it's time to rework the dashboard. I started a similar process for the postgres_exporter here: prometheus-community/postgres_exporter#911 If anyone wants to work on a PR, I'd be happy to review. I'd like to use jsonnet so that we can split out the dashboard into multiple files for easier readability and maintainability. |
Created: grafana/helm-charts#3056 |
I started skaffolding out the work to rework the dashboards and alerts: #885 |
There is a new dashboard now |
Overview
We are currently defining panels using the
Graph (old)
type in "examples/grafana/dashboard.json," but this plugin is soon to be deprecated. It's recommended to upgrade these panels to theTime Series
type. More information about the deprecation can be found at this link: https://grafana.com/docs/grafana/latest/developers/angular_deprecation/Screenshot
The text was updated successfully, but these errors were encountered: