Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.61 KB

ClusterStatistics.md

File metadata and controls

14 lines (10 loc) · 1.61 KB

ClusterStatistics

Properties

Name Type Description Notes
IopsRaw *ClusterStatisticsIopsRaw [optional] [default to null]
LatencyRaw *ClusterStatisticsLatencyRaw [optional] [default to null]
Status string Any errors associated with the sample. For example, if the aggregation of data over multiple nodes fails then any of the partial errors might be returned, "ok" on success, or "error" on any internal uncategorized failure. Whenever a sample collection is missed but done at a later time, it is back filled to the previous 15 second timestamp and tagged with "backfilled_data". "Inconsistent_delta_time" is encountered when the time between two collections is not the same for all nodes. Therefore, the aggregated value might be over or under inflated. "Negative_delta" is returned when an expected monotonically increasing value has decreased in value. "Inconsistent_old_data" is returned when one or more nodes does not have the latest data. [optional] [default to null]
ThroughputRaw *ClusterStatisticsThroughputRaw [optional] [default to null]
Timestamp time.Time The timestamp of the performance data. [optional] [default to null]

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