Disable OPENTELEMETRY_CONSOLE_EXPORTER (#5282)

This commit is contained in:
Kamil Kisiela 2024-07-25 13:57:11 +02:00 committed by GitHub
parent 35f069c4c0
commit 009f2dda2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,7 +147,6 @@ export function deployGraphQL({
AUTH_ORGANIZATION_OIDC: '1',
AUTH_REQUIRE_EMAIL_VERIFICATION: '1',
// Traces (OTLP)
OPENTELEMETRY_CONSOLE_EXPORTER: '1',
OPENTELEMETRY_COLLECTOR_ENDPOINT:
observability.enabled && observability.tracingEndpoint
? observability.tracingEndpoint