MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / UsageTrendData

Class UsageTrendData

api/platform_hub/types.py:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class UsageTrendData(TypedDict):
58 date: str
59 api_calls: int
60 flag_evaluations: int
61 identity_requests: int
62
63
64class StaleFlagsPerProjectData(TypedDict):

Callers 2

_get_usage_trends_influxFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…