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