class documentation
class BufferedMetricUpdate(Protocol): (source)
A single metric value update.
Property | attributes |
Attributes for the update. |
Property | metric |
Metric being updated. |
Property | value |
Value for the update. |
Attributes for the update.
For performance reasons, this is the same object across updates for the same attribute set. This means py`id` will be the same for the same attribute set across updates. Note this is for same "attribute set" as created by the metric creator, but different attribute sets may have the same values.
Do not mutate this.