Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.89 KB

ClusterMetric.md

File metadata and controls

16 lines (12 loc) · 1.89 KB

ClusterMetric

Properties

Name Type Description Notes
Links *InlineResponse201Links [optional] [default to null]
Duration string The duration over which this sample is calculated. The time durations are represented in the ISO-8601 standard format. Samples can be calculated over the following durations: [optional] [default to null]
Iops *ClusterMetricIops [optional] [default to null]
Latency *ClusterMetricLatency [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]
Throughput *ClusterMetricThroughput [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]