class documentation

Undocumented

Method set Set a value on the gauge.

Inherited from _ReplaySafeMetricCommon (via MetricGauge):

Method __init__ Undocumented
Method with_additional_attributes Create a new metric with the given attributes appended to the current set.
Property description Description for the metric if any.
Property name Name for the metric.
Property unit Unit for the metric if any.
Instance Variable _underlying Undocumented
def set(self, value: int, additional_attributes: Optional[temporalio.common.MetricAttributes] = None): (source)

Set a value on the gauge.

Parameters
value:intA non-negative integer to set.
additional_attributes:Optional[temporalio.common.MetricAttributes]Additional attributes to append to the current set.
Raises
ValueErrorValue is negative.
TypeErrorAttribute values are not the expected type.