QueryMetricProperties Class
Properties of a topquery metric in one interval.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
QueryMetricProperties(**kwargs)
Variables
| Name | Description |
|---|---|
|
name
|
The name information for the metric. |
|
display_name
|
The UI appropriate name for the metric. |
|
unit
|
The unit of the metric. Possible values include: "percentage", "KB", "microseconds", "count". |
|
value
|
The value of the metric. |
|
min
|
Metric value when min() aggregate function is used over the interval. |
|
max
|
Metric value when max() aggregate function is used over the interval. |
|
avg
|
Metric value when avg() aggregate function is used over the interval. |
|
sum
|
Metric value when sum() aggregate function is used over the interval. |
|
stdev
|
Metric value when stdev aggregate function is used over the interval. |