MCPcopy Create free account
hub / github.com/dagger/dagger / live_traces_enabled

Function live_traces_enabled

sdk/python/src/dagger/telemetry.py:81–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80
81def live_traces_enabled() -> bool:
82 return os.getenv("OTEL_EXPORTER_OTLP_TRACES_LIVE") is not None
83
84
85class _BaseConfigurator(_BaseSDKConfigurator):

Callers 1

_init_tracingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected