NodeLoadMetricInformation
Represents data structure that contains load information for a certain metric on a node.
Properties
Name | Type | Required |
---|---|---|
Name |
string | No |
NodeCapacity |
string | No |
NodeLoad |
string | No |
NodeRemainingCapacity |
string | No |
IsCapacityViolation |
boolean | No |
NodeBufferedCapacity |
string | No |
NodeRemainingBufferedCapacity |
string | No |
CurrentNodeLoad |
string (double) | No |
NodeCapacityRemaining |
string (double) | No |
BufferedNodeCapacityRemaining |
string (double) | No |
PlannedNodeLoadRemoval |
string (double) | No |
Name
Type: string
Required: No
Name of the metric for which this load information is provided.
NodeCapacity
Type: string
Required: No
Total capacity on the node for this metric.
NodeLoad
Type: string
Required: No
Current load on the node for this metric. In future releases of Service Fabric this parameter will be deprecated in favor of CurrentNodeLoad.
NodeRemainingCapacity
Type: string
Required: No
The remaining capacity on the node for this metric. In future releases of Service Fabric this parameter will be deprecated in favor of NodeCapacityRemaining.
IsCapacityViolation
Type: boolean
Required: No
Indicates if there is a capacity violation for this metric on the node.
NodeBufferedCapacity
Type: string
Required: No
The value that indicates the reserved capacity for this metric on the node.
NodeRemainingBufferedCapacity
Type: string
Required: No
The remaining reserved capacity for this metric on the node. In future releases of Service Fabric this parameter will be deprecated in favor of BufferedNodeCapacityRemaining.
CurrentNodeLoad
Type: string (double)
Required: No
Current load on the node for this metric.
NodeCapacityRemaining
Type: string (double)
Required: No
The remaining capacity on the node for the metric.
BufferedNodeCapacityRemaining
Type: string (double)
Required: No
The remaining capacity which is not reserved by NodeBufferPercentage for this metric on the node.
PlannedNodeLoadRemoval
Type: string (double)
Required: No
This value represents the load of the replicas that are planned to be removed in the future.
This kind of load is reported for replicas that are currently being moving to other nodes and for replicas that are currently being dropped but still use the load on the source node.