Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/AssetOpsBench
/ _traces_file_path
Function
_traces_file_path
src/observability/tracing.py:35–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
35
def
_traces_file_path() -> str | None:
36
return
os.environ.get(
"OTEL_TRACES_FILE"
) or None
37
38
39
def
_http_endpoint_set() -> bool:
Callers
2
_tracing_enabled
Function · 0.85
init_tracing
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected