openstack.telemetry.v2.statistics

openstack.telemetry.v2.statistics

The Statistics Class

The Statistics class inherits from Resource.

class openstack.telemetry.v2.statistics.Statistics(_synchronized=False, **attrs)

Caution

This API is a work in progress and is subject to change.

The base resource

Parameters:_synchronized (bool) – This is not intended to be used directly. See new() and existing().
aggregate = None

The selectable aggregate value(s)

avg = None

The average of all of the volume values seen in the data

count = None

The number of samples seen

duration = None

The difference, in seconds, between the oldest and newest timestamp

duration_end_at = None

UTC date and time of the oldest timestamp, or the query end time.

duration_start_at = None

UTC date and time of the earliest timestamp, or the query start time.

group_by = None

Dictionary of field names for group, if groupby statistics are requested

max = None

The maximum volume seen in the data

min = None

The minimum volume seen in the data

period = None

The difference, in seconds, between the period start and end

period_end_at = None

UTC date and time of the period end.

period_start_at = None

UTC date and time of the period start.

sum = None

The total of all of the volume values seen in the data

unit = None

The unit type of the data set TODO(Qiming): This is still incorrect

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.