MCPcopy
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
35def _traces_file_path() -> str | None:
36 return os.environ.get("OTEL_TRACES_FILE") or None
37
38
39def _http_endpoint_set() -> bool:

Callers 2

_tracing_enabledFunction · 0.85
init_tracingFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected