Exemplo n.º 1
0
 public void Start()
 {
     _metricCollector.Start();
     _testExecutor.Start();
     _metricTimedReporter.Start();
 }
Exemplo n.º 2
0
 public void Start()
 {
     _retentionPolicyMetrics.Start();
     _metricReporter.Start();
     _server.OpenAsync().Wait();
 }