NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
HistogramMetricValue (schema)
Histogram metric value
This type is to display histogram type metrics value.
| Name | Description | Type | Notes |
|---|---|---|---|
| buckets | Histogram buckets Histogram buckets contain a list of bucket upper bound and metrics value. |
array of HistogramBucket | |
| count | Metric values count The count of all metric values |
integer | |
| max | Maximum metric value The maximum of all metric values |
number | |
| mean | Mean of metric values The mean of all metric values |
number | |
| median | Median of metric values The median of all metric values |
number | |
| min | Minimum metric values The minimum of all metric values |
number | |
| stddev | Standard deviation of metric values The standard deviation of all metric values |
number | |
| total | Metric values total The total sum of all metric values |
number |