Skip to content

Commit

Permalink
remove 'all services' option from gcp agent for metrics (#136)
Browse files Browse the repository at this point in the history
* remove 'all services' option from gcp agent

* remove default 'all services'

* rm newline

* add newline
  • Loading branch information
mirii1994 authored Sep 19, 2023
1 parent 5250eb0 commit 01e29bc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions configs/4-2-gcp-metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@
"required": true,
"hint": "To send all resource types of the project select 'All services'",
"options": [
{
"label": "All Services",
"value": "all_services"
},
{
"label": "Google AI Platform",
"value": "ml.googleapis.com"
Expand Down Expand Up @@ -365,8 +361,7 @@
"label": "Google Workflows",
"value": "workflows.googleapis.com"
}
],
"value": ["all_services"]
]
}
]
}
Expand Down

0 comments on commit 01e29bc

Please sign in to comment.