Skip to content

RebalancingStatistics

struct

Namespace: Orleans.Placement.Rebalancing

Rebalancing statistics for the given RebalancingStatistics.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[Orleans.Alias(RebalancingStatistics)]
public readonly struct RebalancingStatistics

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.