Click or drag to resize

Cassandra.AppMetrics.MetricValues Namespace

The Cassandra.AppMetrics.MetricTypes namespace contains interfaces than represent the values for some of the metric types. This namespace is available on the CassandraCSharpDriver.AppMetrics package.
Interfaces
  InterfaceDescription
Public interfaceIAppMetricsHistogramValue
Histogram value based on HistogramValue.
Public interfaceIAppMetricsMeterValue
Meter value based on MeterValue.
Public interfaceIAppMetricsMetricWithValueT
Represents a metric with a value of type T that can be obtained.
Public interfaceIAppMetricsTimerValue
Timer value based on TimerValue.