apache / shenyu-website

Apache ShenYu website.
https://shenyu.apache.org/
Apache License 2.0
73 stars 216 forks source link

Updating Deprecated Graph Plugins in Grafana Dashboard #1013

Open GNK48-Ava opened 5 months ago

GNK48-Ava commented 5 months ago

The current grafana dashboard (request_metric_dashboard.json) is using deprecated graph plugins. As per the Grafana documentation, AngularJS plugins will stop working in Grafana 12, and it's recommended to replace them with new time series plugins. And here is an official document explaining this : (https://grafana.com/docs/grafana/latest/developers/angular_deprecation/) Considering the deprecation, I’m wondering if it’s necessary to replace these plugins with the new Time Series visualization,or if it is too hasty? If an upgrade is needed, I’m willing to take on the task.