fix: update legendFormat syntax for variable interpolation in authentication dashboard

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-18 00:14:42 +08:00
parent 7b4dd7ded7
commit fc40481706

View File

@ -495,7 +495,7 @@ data:
"format": "time_series", "format": "time_series",
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "{{ handler }}", "legendFormat": "{{ `{{ handler }}` }}",
"range": true, "range": true,
"refId": "A" "refId": "A"
} }
@ -618,7 +618,7 @@ data:
"instant": false, "instant": false,
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "{{ handler }}", "legendFormat": "{{ `{{ handler }}` }}",
"refId": "A" "refId": "A"
} }
], ],
@ -724,7 +724,7 @@ data:
"format": "time_series", "format": "time_series",
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "{{ handler }}", "legendFormat": "{{ `{{ handler }}` }}",
"range": true, "range": true,
"refId": "A" "refId": "A"
} }
@ -833,7 +833,7 @@ data:
"format": "time_series", "format": "time_series",
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "{{ handler }}", "legendFormat": "{{ `{{ handler }}` }}",
"range": true, "range": true,
"refId": "A" "refId": "A"
} }