@ThreadSafe public class RequestMetricCollectorSupport extends RequestMetricCollector
RequestMetricCollector
RequestMetricCollector.Factory
NONE
Modifier and Type | Method | Description |
---|---|---|
void |
collectMetrics(Request<?> request,
Object response) |
Collects the metrics at the end of a request/response cycle, transforms
the metric data points into a cloud watch metric datum representation,
and then adds it to a memory queue so it will get summarized into the
necessary statistics and uploaded to Amazon CloudWatch.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEnabled
public void collectMetrics(Request<?> request, Object response)
collectMetrics
in class RequestMetricCollector
Request.getAwsRequestMetrics()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.