예제 #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 })
 {
 }