Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ __init__
Method
__init__
uncommon_route/observability.py:35–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
34
class
RoutingMetrics:
35
def
__init__(self) -> None:
36
self.reset()
37
38
def
reset(self) -> None:
39
self.total_requests = 0
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected