Skip to content

Commit

Permalink
cluster dashboard: exclude bucket_name in sources
Browse files Browse the repository at this point in the history
Add `bucket_name` to the list of excluded fields in the transformation
for source readiness.

Signed-off-by: Sunny <[email protected]>
  • Loading branch information
darkowlzz committed Aug 23, 2023
1 parent 85e1959 commit 377a5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitoring/configs/dashboards/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@
"Value": true,
"__name__": true,
"app": true,
"bucket_name": true,
"container": true,
"customresource_group": true,
"customresource_kind": false,
Expand Down

0 comments on commit 377a5c4

Please sign in to comment.