NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
HistogramBucket (schema)
Histogram bucket
A bucket is a bounded container that contains the metric value within the bounds.
| Name | Description | Type | Notes |
|---|---|---|---|
| count | Bucket values count The count of the bucket values |
integer | |
| lower_bound | Histogram bucket lower bound This indicates the lower boundary of the bucket. The lower boundary is a closed interval. |
number | |
| upper_bound | Histogram bucket upper bound This indicates the upper boundary of the bucket. The upper boundaries are open intervals except the last one. |
number | |
| values | Histogram metric values Metric original values in the bucket. |
array of number |