Redigera

Dela via


RebalancingStatistics Struct

Definition

Rebalancing statistics for the given SiloAddress.

[Orleans.Alias("RebalancingStatistics")]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct RebalancingStatistics
[<Orleans.Alias("RebalancingStatistics")>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type RebalancingStatistics = struct
Public Structure RebalancingStatistics
Inheritance
RebalancingStatistics
Attributes

Remarks

Used for diagnostics / metrics purposes. Note that statistics are an approximation.

Properties

AcquiredActivations

The approximate number of activations that have been acquired by this silo thus far.

DispersedActivations

The approximate number of activations that have been dispersed from this silo thus far.

SiloAddress

The silo to which these statistics belong to.

TimeStamp

The time these statistics were assembled.

Applies to