public class FilteredCloudWatchMeterRegistry
extends io.micrometer.cloudwatch2.CloudWatchMeterRegistry
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLOUDWATCH_METRICS_PUBLISHER |
| Constructor and Description |
|---|
FilteredCloudWatchMeterRegistry(CloudWatchMetricFilter cloudWatchMetricFilter,
io.micrometer.cloudwatch2.CloudWatchConfig config,
io.micrometer.core.instrument.Clock clock,
software.amazon.awssdk.services.cloudwatch.CloudWatchAsyncClient cloudWatchAsyncClient) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<io.micrometer.core.instrument.Meter> |
getMeters() |
getBaseTimeUnit, publish, startdefaultHistogramConfig, newCounter, newDistributionSummary, newFunctionCounter, newFunctionTimer, newGauge, newLongTaskTimer, newMeter, newTimerclose, start, stopclear, config, counter, counter, find, forEachMeter, gauge, gauge, gauge, gauge, gaugeCollectionSize, gaugeMapSize, get, getConventionName, getConventionTags, isClosed, more, newTimeGauge, remove, remove, summary, summary, timer, timerpublic static final java.lang.String CLOUDWATCH_METRICS_PUBLISHER
public FilteredCloudWatchMeterRegistry(CloudWatchMetricFilter cloudWatchMetricFilter, io.micrometer.cloudwatch2.CloudWatchConfig config, io.micrometer.core.instrument.Clock clock, software.amazon.awssdk.services.cloudwatch.CloudWatchAsyncClient cloudWatchAsyncClient)