MetricSeriesData Class

MetricSeriesData.

Inheritance
builtins.object
MetricSeriesData

Constructor

MetricSeriesData(**kwargs)

Variables

metric_id
str

metric unique id.

series_key
dict[str, str]

dimension name and value pair.

timestamps
list[datetime]

timestamps of the data related to this time series.

values
list[float]

values of the data related to this time series.