| Package | Description |
|---|---|
| software.amazon.awssdk.metrics | |
| software.amazon.awssdk.metrics.internal |
| Modifier and Type | Method and Description |
|---|---|
MetricCollection |
NoOpMetricCollector.collect() |
MetricCollection |
MetricCollector.collect()
Return the collected metrics.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricCollection> |
MetricCollection.children() |
default Stream<MetricCollection> |
MetricCollection.childrenWithName(String name)
Return all of the
children() with a specific name. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricPublisher.publish(MetricCollection metricCollection)
Notify the publisher of new metric data.
|
void |
LoggingMetricPublisher.publish(MetricCollection metrics) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetricCollection |
class |
EmptyMetricCollection |
| Modifier and Type | Method and Description |
|---|---|
MetricCollection |
DefaultMetricCollector.collect() |
| Modifier and Type | Method and Description |
|---|---|
List<MetricCollection> |
EmptyMetricCollection.children() |
List<MetricCollection> |
DefaultMetricCollection.children() |
| Constructor and Description |
|---|
DefaultMetricCollection(String name,
Map<SdkMetric<?>,List<MetricRecord<?>>> metrics,
List<MetricCollection> children) |
Copyright © 2022. All rights reserved.