Interface IMetrics
Gets the record application metrics.
Namespace:App.Metrics
Assembly:cs.temp.dll.dll
Syntax
public interface IMetrics
Properties
Build
Declaration
IBuildMetrics Build { get; }
Property Value
| Type |
Description |
| IBuildMetrics |
|
Clock
Declaration
Property Value
GlobalFilter
Declaration
IFilterMetrics GlobalFilter { get; }
Property Value
| Type |
Description |
| IFilterMetrics |
|
Health
Declaration
IProvideHealth Health { get; }
Property Value
| Type |
Description |
| IProvideHealth |
|
Manage
Declaration
IManageMetrics Manage { get; }
Property Value
| Type |
Description |
| IManageMetrics |
|
Measure
Declaration
IMeasureMetrics Measure { get; }
Property Value
| Type |
Description |
| IMeasureMetrics |
|
Provider
Declaration
IProvideMetrics Provider { get; }
Property Value
| Type |
Description |
| IProvideMetrics |
|
Snapshot
Declaration
IProvideMetricValues Snapshot { get; }
Property Value
| Type |
Description |
| IProvideMetricValues |
|