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

Class MetricSpec

api/experimentation/dataclasses.py:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53@dataclass(frozen=True)
54class MetricSpec:
55 metric_id: int
56 event: str
57 aggregation: str
58 lower_is_better: bool
59
60
61@dataclass(frozen=True)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…