MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _legacy_recent_traces

Function _legacy_recent_traces

uncommon_route/support.py:165–166  ·  view source on GitHub ↗
(limit: int)

Source from the content-addressed store, hash-verified

163
164
165def _legacy_recent_traces(limit: int) -> list[dict[str, Any]]:
166 return RouteStats().export_records(limit=limit)
167
168
169def _recent_traces_payload(limit: int) -> list[dict[str, Any]]:

Callers 2

_recent_traces_payloadFunction · 0.85
_recent_errors_payloadFunction · 0.85

Calls 2

RouteStatsClass · 0.90
export_recordsMethod · 0.45

Tested by

no test coverage detected