Open tadeha opened 9 months ago
@tadeha, I think so that this fix is responsability from Grafana Labs maintainers, would be interesting report here
I think it's time to rework the dashboard. I started a similar process for the postgres_exporter here: https://github.com/prometheus-community/postgres_exporter/pull/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.
@tadeha, I think so that this fix is responsability from Grafana Labs maintainers, would be interesting report here
I started skaffolding out the work to rework the dashboards and alerts: https://github.com/prometheus-community/elasticsearch_exporter/pull/885
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