From 01e29bcbaf4390f5d20ad826a01fbdf3e6f5383f Mon Sep 17 00:00:00 2001 From: Miri Bar <37478344+mirii1994@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:49:55 +0300 Subject: [PATCH] remove 'all services' option from gcp agent for metrics (#136) * remove 'all services' option from gcp agent * remove default 'all services' * rm newline * add newline --- configs/4-2-gcp-metrics.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configs/4-2-gcp-metrics.json b/configs/4-2-gcp-metrics.json index cc90f644d..9e4a310e6 100644 --- a/configs/4-2-gcp-metrics.json +++ b/configs/4-2-gcp-metrics.json @@ -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" @@ -365,8 +361,7 @@ "label": "Google Workflows", "value": "workflows.googleapis.com" } - ], - "value": ["all_services"] + ] } ] }