Skip to main content
Version: Beta

DummyTracingInfo

description

Tracing provider status for this deployment.

OTEL-only: OPEN_TRACING_DISABLED is set after OTEL init so Jaeger appears inactive; OTEL_ENABLED=true while the bootstrap OTEL plugin is active.

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