Share via


HistogramConfiguration Class

Definition

Specifies the configuration of a histogram - which statistics to collect and which buckets to use.

public class HistogramConfiguration
type HistogramConfiguration = class
Public Class HistogramConfiguration
Inheritance
HistogramConfiguration

Constructors

Name Description
HistogramConfiguration(Double[], Boolean, Boolean)

Initializes a new instance of the HistogramConfiguration class. Allows specifying explicit bucket boundaries and which statistics should be collected.

Applies to