Metric Class
Database metrics.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
Metric
Constructor
Metric(**kwargs)
Variables
- start_time
- datetime
The start time for the metric (ISO-8601 format).
- end_time
- datetime
The end time for the metric (ISO-8601 format).
- time_grain
- str
The time step to be used to summarize the metric values.
The unit of the metric. Possible values include: "count", "bytes", "seconds", "percent", "countPerSecond", "bytesPerSecond".
- name
- MetricName
The name information for the metric.
- metric_values
- list[MetricValue]
The metric values for the specified time window and timestep.
Feedback
Submit and view feedback for