| Package | Description |
|---|---|
| com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
| com.amazonaws.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestMetricType
|
interface |
ServiceMetricType
Service specific Metric type (eg S3, DynamoDB, etc.)
|
interface |
ThroughputMetricType
The throughput metric type class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMetricType
The simple metric type class.
|
class |
SimpleServiceMetricType
Simple service metric type class.
|
class |
SimpleThroughputMetricType
Simple throughput metric type.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends MetricType> |
AwsSdkMetrics.addAll(Collection<T> types)
Adds the given metric types to the REGISTRY of predefined metrics to be
captured at the AWS SDK level.
|
static <T extends MetricType> |
AwsSdkMetrics.set(Collection<T> types)
Sets the given metric types to replace the REGISTRY of predefined metrics
to be captured at the AWS SDK level.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MetricType> |
AwsSdkMetrics.getPredefinedMetrics() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AwsSdkMetrics.add(MetricType type)
Adds the given metric type to the REGISTRY of predefined metrics to be
captured at the AWS SDK level.
|
static boolean |
AwsSdkMetrics.remove(MetricType type)
Removes the given metric type from the REGISTRY of predefined metrics to
be captured at the AWS SDK level.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSRequestMetrics.Field
Deprecated.
Predefined AWS SDK metric types general across all AWS clients.
|
class |
AWSServiceMetrics
Deprecated.
Metrics is deprecated
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSRequestMetrics.addProperty(MetricType f,
Object value)
Deprecated.
|
void |
AWSRequestMetricsFullSupport.addProperty(MetricType f,
Object value)
Deprecated.
|
void |
AWSRequestMetrics.endEvent(MetricType f)
Deprecated.
|
void |
AWSRequestMetricsFullSupport.endEvent(MetricType f)
Deprecated.
|
List<Object> |
AWSRequestMetrics.getProperty(MetricType f)
Deprecated.
|
List<Object> |
AWSRequestMetricsFullSupport.getProperty(MetricType f)
Deprecated.
|
void |
AWSRequestMetrics.incrementCounter(MetricType f)
Deprecated.
|
void |
AWSRequestMetricsFullSupport.incrementCounter(MetricType f)
Deprecated.
|
void |
AWSRequestMetrics.setCounter(MetricType f,
long count)
Deprecated.
|
void |
AWSRequestMetricsFullSupport.setCounter(MetricType f,
long count)
Deprecated.
|
void |
AWSRequestMetrics.startEvent(MetricType f)
Deprecated.
|
void |
AWSRequestMetricsFullSupport.startEvent(MetricType f)
Deprecated.
|
Copyright © 2019. All rights reserved.