Class LiveUiStatisticsHelper
Grafana statistics mechanism for the Ticket Live UI
Inherited Members
Namespace: SuperOffice.CRM.Ticket
Assembly: SoDataBase.dll
Syntax
public static class LiveUiStatisticsHelper
Methods
CollectCounter(string, int, AccumulationType)
Collect a counter, with specified increment, for LiveUI on behalf of current tenant
Declaration
public static void CollectCounter(string counter, int increment, LiveUiStatisticsHelper.AccumulationType accumulationType = AccumulationType.Sum)
Parameters
Type | Name | Description |
---|---|---|
string | counter | |
int | increment | |
LiveUiStatisticsHelper.AccumulationType | accumulationType |