Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 591 Bytes

File metadata and controls

13 lines (9 loc) · 591 Bytes

SummaryMetric

A summary metric with series name, aggregation type, and computed value.

Properties

Name Type Required Description
series_name SeriesName Yes Name of the series this metric belongs to
aggregation SummaryMetricAggregation Yes Type of aggregation (MIN, MAX, LAST)
value float Yes The computed value

[Back to Model list] [Back to API list] [Back to README]