Package software.amazon.awssdk.metrics
-
Interface Summary Interface Description MetricCollection An immutable collection of metrics.MetricCollector Used to collect metrics reported by the SDK.MetricPublisher Interface to report and publish the collected SDK metric events to external sources.MetricRecord<T> A container associating a metric and its value.SdkMetric<T> A specific SDK metric. -
Class Summary Class Description LoggingMetricPublisher An implementation ofMetricPublisherthat logs all published metrics under thesoftware.amazon.awssdk.metrics.LoggingMetricPublishernamespace.NoOpMetricCollector A metric collector that doesn't do anything. -
Enum Summary Enum Description LoggingMetricPublisher.Format MetricCategory A enum class representing the different types of metric categories in the SDK.MetricLevel TheMetricLevelassociated with aSdkMetric, similar to log levels, defines the 'scenario' in which the metric is useful.