fix: update legendFormat in authentication dashboard for proper variable interpolation

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-18 00:12:55 +08:00
parent de86687a61
commit d3e50d6e99

View File

@ -129,7 +129,7 @@ data:
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "{{ method }} {{ handler }}",
"legendFormat": "{{ `{{ method }} {{ handler }}` }}",
"range": true,
"refId": "A"
}