miniproto.observability.MetricEvent
miniproto.observability.MetricEvent
Section titled “miniproto.observability.MetricEvent”MetricEvent(name: str, value: float, unit: str = 'count', attributes: Mapping[str, object] = dict(), timestamp: float = time.time()) -> NoneImmutable metric event recorded with a unit, attributes, and wall-clock timestamp.
Attributes: