Interface ISoMetrics
Custom metrics reporting. Report counter values to a suitable back-end.
Namespace: SuperOffice.Diagnostics.Logging
Assembly: SoCore.dll
Syntax
public interface ISoMetrics
Methods
Count(string, NameValueCollection, Dictionary<string, double>)
Count many values
Declaration
void Count(string eventName, NameValueCollection tags, Dictionary<string, double> metrics)
Parameters
| Type | Name | Description |
|---|---|---|
| string | eventName | What is happening? |
| NameValueCollection | tags | Tags associated with this event. Some logging systems use this to allow filtering/grouping of counts |
| Dictionary<string, double> | metrics | measures |