StatsTableDataManager Class

Definition

Publishes silo or client statistics to Azure Table

public class StatsTableDataManager : Orleans.Runtime.IStatisticsPublisher
type StatsTableDataManager = class
    interface IStatisticsPublisher
Public Class StatsTableDataManager
Implements IStatisticsPublisher
Inheritance
StatsTableDataManager
Implements

Constructors

StatsTableDataManager()

Initializes a new instance of the StatsTableDataManager class.

StatsTableDataManager(ILoggerFactory)

Methods

ReportStats(List<ICounter>)

Writes a set of statistics to storage.

Explicit Interface Implementations

IStatisticsPublisher.Init(Boolean, String, String, String, String, String)

Applies to