Skip to content

Commit 7fbd5f2

Browse files
authored
[Issue #253] Fix missing } (#254)
1 parent e97273b commit 7fbd5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/aws-alb/include/dashboard-Grafana-ALB-Golden-Signals-1.0.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689
"targets": [
690690
{
691691
"expr": "aws_alb_processed_bytes_sum",
692-
"legendFormat": "{{dimension_LoadBalancer}",
692+
"legendFormat": "{{dimension_LoadBalancer}}",
693693
"refId": "A"
694694
}
695695
],

0 commit comments

Comments
 (0)