示例#1
0
 private static void BuildGaugePayload <T>(string context, MetricValueSourceBase <double> valueSource, IMetricPayloadBuilder <T> payloadBuilder)
 {
     payloadBuilder.PackGauge(context, valueSource);
 }
示例#2
0
 private void ReportGauge(string context, MetricValueSourceBase <double> valueSource)
 {
     _payloadBuilder.PackGauge(context, valueSource);
 }