MCPcopy Index your code
hub / github.com/google/adk-python / MetricPoint

Class MetricPoint

tests/unittests/telemetry/test_functional.py:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177@dataclasses.dataclass
178class MetricPoint:
179 attributes: dict[str, object]
180 value: object = None
181
182
183def _extract_metrics(

Callers 3

_extract_metricsFunction · 0.85
test_metricsFunction · 0.85
test_metrics_tool_errorFunction · 0.85

Calls

no outgoing calls

Tested by 3

_extract_metricsFunction · 0.68
test_metricsFunction · 0.68
test_metrics_tool_errorFunction · 0.68