IAppMetricsHistogramValue Interface | 
Namespace: Cassandra.AppMetrics.MetricValues
public interface IAppMetricsHistogramValue
The IAppMetricsHistogramValue type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | 
            Count of all values recorded in this histogram value.
              | |
| LastValue | 
            Last value that was recorded in this histogram.
              | |
| Max | 
            Maximum value.
              | |
| Mean | 
            Mean.
              | |
| Median | 
            Median.
              | |
| Min | 
            Minimum value.
              | |
| Percentile75 | 
            75th Percentile.
              | |
| Percentile95 | 
            95th Percentile.
              | |
| Percentile98 | 
            98th Percentile.
              | |
| Percentile99 | 
            99th Percentile.
              | |
| Percentile999 | 
            99.9th Percentile.
              | |
| SampleSize | 
            Sample size.
              | |
| StdDev | 
            Standard deviation.
              | |
| Sum | 
            Sum of all values recorded in this histogram.
              |