mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
* chore/update-opendal-dashboard: ### Update Grafana Dashboard Queries - **Enhanced Metrics Queries**: Updated Prometheus queries in `dashboard.json`, `dashboard.md`, and `dashboard.yaml` files for both `cluster` and `standalone` dashboards to include additional operations (`Reader::read`, `Writer::write`, `Writer::close`) in the metrics calculations. - **Legend Format Adjustments**: Modified legend formats to include the `operation` field for better clarity in visualizations. Signed-off-by: Lei, HUANG <mrsatangel@gmail.com> * chore/update-opendal-dashboard: Enhance Legend Format in Grafana Dashboards - Updated the `legendFormat` in `dashboard.json`, `dashboard.md`, and `dashboard.yaml` files for both `cluster` and `standalone` dashboards to include the `operation` field. - This change affects the following files: - `grafana/dashboards/metrics/cluster/dashboard.json` - `grafana/dashboards/metrics/cluster/dashboard.md` - `grafana/dashboards/metrics/cluster/dashboard.yaml` - `grafana/dashboards/metrics/standalone/dashboard.json` - `grafana/dashboards/metrics/standalone/dashboard.md` - `grafana/dashboards/metrics/standalone/dashboard.yaml` Signed-off-by: Lei, HUANG <mrsatangel@gmail.com> --------- Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>