Metric type that contains the labels: dict[str, str] and value: int.
The type is hashable and comparable:
Definition at line 75 of file metrics.py.
Public Member Functions | |
| bool | __eq__ (self, object other) |
| int | __hash__ (self) |
Static Public Attributes | |
| dict | labels [str, str] |
| bool pytest_userver.metrics.Metric.__eq__ | ( | self, | |
| object | other ) |
Definition at line 94 of file metrics.py.
| int pytest_userver.metrics.Metric.__hash__ | ( | self | ) |
Definition at line 99 of file metrics.py.
|
static |
Definition at line 86 of file metrics.py.