MetricValue Class

Represents metrics values.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
MetricValue

Constructor

MetricValue(**kwargs)

Variables

count
int

The number of values for the metric.

average
float

The average value of the metric.

maximum
float

The max value of the metric.

minimum
float

The min value of the metric.

timestamp
datetime

The metric timestamp (ISO-8601 format).

total
float

The total value of the metric.