apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.75k stars 6.51k forks source link

Fix the compatibility with Grafana 11 when using label_values query variables. #12546

Closed wankai123 closed 1 month ago

wankai123 commented 1 month ago

Make compatible with Grafana 11 when use old config variables e.g. query service list config: label_values(service_traffic{layer='$layer'}, service) Grafana 11 will query API /api/v1/label/{label_name}/values by default rather than /api/v1/series(< 11)

wu-sheng commented 1 month ago

Let's update showcase to grafana 11?