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