Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
def
live_traces_enabled() -> bool:
82
return
os.getenv(
"OTEL_EXPORTER_OTLP_TRACES_LIVE"
) is not None
83
84
85
class
_BaseConfigurator(_BaseSDKConfigurator):
Callers
1
_init_tracing
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected