Click or drag to resize

Dse.AppMetrics.MetricTypes Namespace

The Dse.AppMetrics.MetricTypes namespace contains this provider's interfaces for each metric type. This namespace is available on the Dse.AppMetrics package.
Interfaces
  InterfaceDescription
Public interfaceIAppMetricsCounter
Represents a counter with a Int64 metric value.
Public interfaceIAppMetricsGauge
Represents a gauge with a nullable Double metric value.
Public interfaceIAppMetricsMeter
Represents a meter with a IAppMetricsMeterValue metric value.
Public interfaceIAppMetricsMetric
Common base interface for all metrics of this provider.
Public interfaceIAppMetricsTimer
Represents a timer with a IAppMetricsTimerValue metric value.