Skip to content

Commit

Permalink
fix: removed unexpected token
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Jan 3, 2025
1 parent 4a94304 commit fc72896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/rancher/k8s/rancher-k8s-components.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(workqueue_depth{component=\"kube-controller-manager\", name=\"deployment\"}f) by (name)",
"expr": "sum(workqueue_depth{component=\"kube-controller-manager\", name=\"deployment\"}) by (name)",
"interval": "",
"legendFormat": "Deployment Depth",
"range": true,
Expand Down

0 comments on commit fc72896

Please sign in to comment.