public class MetricsPublisherProxy extends Object
| Constructor and Description |
|---|
MetricsPublisherProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetricsPublisher(MetricsPublisher metricsPublisher) |
void |
publishDurationMetric(Instant timestamp,
Action action,
long milliseconds) |
void |
publishExceptionMetric(Instant timestamp,
Action action,
Throwable e,
HandlerErrorCode handlerErrorCode) |
void |
publishInvocationMetric(Instant timestamp,
Action action) |
void |
publishProviderLogDeliveryExceptionMetric(Instant timestamp,
Throwable exception) |
public void addMetricsPublisher(MetricsPublisher metricsPublisher)
public void publishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode)
public void publishDurationMetric(Instant timestamp, Action action, long milliseconds)
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.