Class LiveUiStatisticsHelper
Grafana statistics mechanism for the Ticket Live UI
Namespace: SuperOffice.CRM.Ticket
Assembly: SoDataBase.dll
Syntax
public static class LiveUiStatisticsHelper : Object
Methods
CollectCounter(String, Int32, LiveUiStatisticsHelper.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)
Parameters
Type | Name | Description |
---|---|---|
String | counter | |
Int32 | increment | |
LiveUiStatisticsHelper.AccumulationType | accumulationType |