Package com.netflix.servo.publish.cloudwatch

Examples of com.netflix.servo.publish.cloudwatch.CloudWatchMetricObserver


        PollScheduler.getInstance().start();
        PollScheduler.getInstance().addPoller(task, config.getLong("metrics.poll.interval", 30), TimeUnit.SECONDS);
  }
 
    private MetricObserver createCloudWatchObserver() {
      return new CloudWatchMetricObserver("FluxMetricsObserver", "Flux",
          new DefaultAWSCredentialsProviderChain());
    }
View Full Code Here

TOP

Related Classes of com.netflix.servo.publish.cloudwatch.CloudWatchMetricObserver

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.