Class MetricsPublisherProxy
- java.lang.Object
-
- software.amazon.cloudformation.proxy.MetricsPublisherProxy
-
public class MetricsPublisherProxy extends Object
-
-
Constructor Summary
Constructors Constructor Description MetricsPublisherProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMetricsPublisher(MetricsPublisher metricsPublisher)voidpublishDurationMetric(Instant timestamp, Action action, long milliseconds)voidpublishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode)voidpublishInvocationMetric(Instant timestamp, Action action)voidpublishProviderLogDeliveryExceptionMetric(Instant timestamp, Throwable exception)
-
-
-
Method Detail
-
addMetricsPublisher
public void addMetricsPublisher(MetricsPublisher metricsPublisher)
-
publishExceptionMetric
public void publishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode)
-
publishDurationMetric
public void publishDurationMetric(Instant timestamp, Action action, long milliseconds)
-
-