class documentation

Base for all metrics.

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.
@abstractmethod
def with_additional_attributes(self, additional_attributes: MetricAttributes) -> Self: (source)

Create a new metric with the given attributes appended to the current set.

Parameters
additional_attributes:MetricAttributesAdditional attributes to append to the current set.
Returns
SelfNew metric.
Raises
TypeErrorAttribute values are not the expected type.