prometheus-community / elasticsearch_exporter

Elasticsearch stats exporter for Prometheus
Apache License 2.0
1.89k stars 785 forks source link

Grafana Dashboard Contains Soon-to-Be-Deprecated Panels #862

Open tadeha opened 4 months ago

tadeha commented 4 months ago

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 the Time Series type. More information about the deprecation can be found at this link: https://grafana.com/docs/grafana/latest/developers/angular_deprecation/

Screenshot

SCR-20240227-pubp

weyderfs commented 3 months ago

@tadeha, I think so that this fix is responsability from Grafana Labs maintainers, would be interesting report here

sysadmind commented 3 months ago

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 commented 3 months ago

@tadeha, I think so that this fix is responsability from Grafana Labs maintainers, would be interesting report here

Created: https://github.com/grafana/helm-charts/issues/3056

sysadmind commented 2 months ago

I started skaffolding out the work to rework the dashboards and alerts: https://github.com/prometheus-community/elasticsearch_exporter/pull/885