Click or drag to resize

IAppMetricsHistogramValue Interface

Histogram value based on HistogramValue.

Namespace:  Dse.AppMetrics.MetricValues
Assembly:  Dse.AppMetrics (in Dse.AppMetrics.dll) Version: 1.0.0
Syntax
C#
public interface IAppMetricsHistogramValue

The IAppMetricsHistogramValue type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count of all values recorded in this histogram value.
Public propertyLastValue
Last value that was recorded in this histogram.
Public propertyMax
Maximum value.
Public propertyMean
Mean.
Public propertyMedian
Median.
Public propertyMin
Minimum value.
Public propertyPercentile75
75th Percentile.
Public propertyPercentile95
95th Percentile.
Public propertyPercentile98
98th Percentile.
Public propertyPercentile99
99th Percentile.
Public propertyPercentile999
99.9th Percentile.
Public propertySampleSize
Sample size.
Public propertyStdDev
Standard deviation.
Public propertySum
Sum of all values recorded in this histogram.
Top
See Also