DummyTracingInfo
description
Tracing provider status for this deployment.
Both flags can be true during a Jaeger-to-OTEL migration window. Detection is env-var based: OPEN_TRACING_DISABLED for Jaeger, OTEL_ENABLED for OTEL.
type DummyTracingInfo {
jaeger: Boolean!
otel: Boolean!
}
Fields
DummyTracingInfo.jaeger ● Boolean! non-null scalar graph-ql-types
Whether Jaeger (OpenTracing) tracing is active. True unless OPEN_TRACING_DISABLED=true.
DummyTracingInfo.otel ● Boolean! non-null scalar graph-ql-types
Whether OpenTelemetry tracing is active. True only when OTEL_ENABLED=true.
Returned By
dummyTracingProvider query