fix: update legendFormat in authentication dashboard for proper variable interpolation
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
de86687a61
commit
d3e50d6e99
@ -129,7 +129,7 @@ data:
|
|||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "{{ method }} {{ handler }}",
|
"legendFormat": "{{ `{{ method }} {{ handler }}` }}",
|
||||||
"range": true,
|
"range": true,
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user