Class MetricsAlertPublisher

java.lang.Object
io.dyuti.dropwizard.alert.MetricsAlertPublisher
All Implemented Interfaces:
AlertPublisher

public class MetricsAlertPublisher extends Object implements AlertPublisher
  • Constructor Details

    • MetricsAlertPublisher

      public MetricsAlertPublisher(com.codahale.metrics.MetricRegistry metricRegistry)
  • Method Details

    • publish

      public void publish(String name, com.codahale.metrics.health.HealthCheck.Result result)
      Specified by:
      publish in interface AlertPublisher