Interface IManageMetrics
Namespace:App.Metrics.Core.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IManageMetrics
Methods
Disable()
Disables all recording of metrics
Declaration
void Disable()
Reset()
Allows resetting of all metric data at runtime.
Declaration
void Reset()
ShutdownContext(String)
Allows clearing all metrics belonging to the specified context at runtime.
Declaration
void ShutdownContext(string context)
Parameters
Type | Name | Description |
---|---|---|
System.String | context | The context. |