示例#1
0
 public MetricPushServer(IMetricPusher metricPusher, TimeSpan pushInterval)
     : this(new[] { metricPusher }, pushInterval)
 {
 }
示例#2
0
 protected virtual void OnPushError(IMetricPusher metricPusher, Exception exception)
 {
 }
示例#3
0
 public MetricPushServer(IMetricPusher metricPusher)
     : this(new[] { metricPusher })
 {
 }