Exemple #1
0
 public EnumHistogram(string prefix, string suffix, string help, bool includeTimestamp, bool suppressEmptySamples, double[] buckets, KeyValue[] const_labels, MetricFactory factory = null)
     : base(MetricHelper.CreateHistogramFactory(prefix, suffix, help, includeTimestamp, suppressEmptySamples, buckets, factory), const_labels)
 {
 }