Click or drag to resize

Cassandra.AppMetrics.MetricTypes Namespace

The Cassandra.AppMetrics.MetricTypes namespace contains this provider's interfaces for each metric type. This namespace is available on the CassandraCSharpDriver.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.