| Package | Description |
|---|---|
| software.amazon.awssdk.metrics | |
| software.amazon.awssdk.metrics.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpMetricCollector
A metric collector that doesn't do anything.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricCollector |
MetricCollector.create(String name) |
MetricCollector |
NoOpMetricCollector.createChild(String name) |
MetricCollector |
MetricCollector.createChild(String name)
Create a child of this metric collector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetricCollector
TODO: Before launch, we should iterate on the performance of this collector, because it's currently very naive.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricCollector |
DefaultMetricCollector.create(String name) |
MetricCollector |
DefaultMetricCollector.createChild(String name) |
Copyright © 2020. All rights reserved.