Skip to content

Commit

Permalink
Merge pull request #422 from vprashar2929/fix-legend
Browse files Browse the repository at this point in the history
fix(dashboard): remove extra braces from legend
  • Loading branch information
sthaha authored Sep 24, 2024
2 parents e116cc7 + 9954e76 commit a895fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
"expr": "sum by (pod_name) (kepler:kepler:container_other_watts:1m:by_ns_pod{container_namespace=~\"$namespace\", pod_name=~\"$pod\"})",
"hide": false,
"interval": "",
"legendFormat": "{{pod_name}} }}",
"legendFormat": "{{pod_name}}",
"range": true,
"refId": "A"
}
Expand Down

0 comments on commit a895fb9

Please sign in to comment.