Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
178
class
MetricPoint:
179
attributes: dict[str, object]
180
value: object = None
181
182
183
def
_extract_metrics(
Callers
3
_extract_metrics
Function · 0.85
test_metrics
Function · 0.85
test_metrics_tool_error
Function · 0.85
Calls
no outgoing calls
Tested by
3
_extract_metrics
Function · 0.68
test_metrics
Function · 0.68
test_metrics_tool_error
Function · 0.68