MCPcopy Create free account
hub / github.com/google/adk-python / OTelHooks

Class OTelHooks

src/google/adk/telemetry/setup.py:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41@dataclass
42class OTelHooks:
43 span_processors: list[SpanProcessor] = field(default_factory=list)
44 metric_readers: list[MetricReader] = field(default_factory=list)
45 log_record_processors: list[LogRecordProcessor] = field(default_factory=list)
46
47
48def maybe_set_otel_providers(

Callers 4

get_gcp_exportersFunction · 0.85
_get_otel_exportersFunction · 0.85
_setup_gcp_telemetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected