Cassandra.AppMetrics.MetricTypes Namespace |
Interface | Description | |
---|---|---|
![]() | IAppMetricsCounter |
Represents a counter with a Int64 metric value.
|
![]() | IAppMetricsGauge |
Represents a gauge with a nullable Double metric value.
|
![]() | IAppMetricsMeter |
Represents a meter with a IAppMetricsMeterValue metric value.
|
![]() | IAppMetricsMetric |
Common base interface for all metrics of this provider.
|
![]() | IAppMetricsTimer |
Represents a timer with a IAppMetricsTimerValue metric value.
|