mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Disable OPENTELEMETRY_CONSOLE_EXPORTER (#5282)
This commit is contained in:
parent
35f069c4c0
commit
009f2dda2d
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue