class documentation

Undocumented

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 _description Undocumented
Instance Variable _name Undocumented
Instance Variable _unit Undocumented
def __init__(self, name: str, description: Optional[str], unit: Optional[str]): (source)

Undocumented

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.

Description for the metric if any.

Unit for the metric if any.

_description = (source)

Undocumented

Undocumented

Undocumented