| Package | Description |
|---|---|
| software.amazon.awssdk.metrics | |
| software.amazon.awssdk.metrics.internal |
| Class and Description |
|---|
| LoggingMetricPublisher
An implementation of
MetricPublisher that writes all published metrics to the logs at the INFO level under the
software.amazon.awssdk.metrics.LoggingMetricPublisher namespace. |
| MetricCategory
A enum class representing the different types of metric categories in the SDK.
|
| MetricCollection
An immutable collection of metrics.
|
| MetricCollector
Used to collect metrics reported by the SDK.
|
| MetricLevel
The
MetricLevel associated with a SdkMetric, similar to log levels, defines the 'scenario' in which the metric
is useful. |
| MetricPublisher
Interface to report and publish the collected SDK metric events to external
sources.
|
| MetricRecord
A container associating a metric and its value.
|
| NoOpMetricCollector
A metric collector that doesn't do anything.
|
| SdkMetric
A specific SDK metric.
|
| Class and Description |
|---|
| MetricCategory
A enum class representing the different types of metric categories in the SDK.
|
| MetricCollection
An immutable collection of metrics.
|
| MetricCollector
Used to collect metrics reported by the SDK.
|
| MetricLevel
The
MetricLevel associated with a SdkMetric, similar to log levels, defines the 'scenario' in which the metric
is useful. |
| MetricRecord
A container associating a metric and its value.
|
| SdkMetric
A specific SDK metric.
|
Copyright © 2020. All rights reserved.