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