Skip to content

Commit 7f968fa

Browse files
committed
Disable observability
1 parent 49683d1 commit 7f968fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/preview/workflow/preview/deploy-gitpod.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ yq w -i "${INSTALLER_CONFIG_PATH}" experimental.ide.ideMetrics.enabledErrorRepor
302302
#
303303
# configureObservability
304304
#
305-
TRACING_ENDPOINT="http://otel-collector.monitoring-satellite.svc.cluster.local:14268/api/traces"
306-
yq w -i "${INSTALLER_CONFIG_PATH}" observability.tracing.endpoint "${TRACING_ENDPOINT}"
305+
#TRACING_ENDPOINT="http://otel-collector.monitoring-satellite.svc.cluster.local:14268/api/traces"
306+
#yq w -i "${INSTALLER_CONFIG_PATH}" observability.tracing.endpoint "${TRACING_ENDPOINT}"
307307

308308
#
309309
# configureAuthProviders

0 commit comments

Comments
 (0)