コード例 #1
0
 public override void Start()
 {
     _graphiteReporter.start(_period, TimeUnit.MILLISECONDS);
     _logger.info("Sending metrics to Graphite server at " + _hostnamePort);
 }