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