Class FilteredCloudWatchMeterRegistry
java.lang.Object
io.micrometer.core.instrument.MeterRegistry
io.micrometer.core.instrument.push.PushMeterRegistry
io.micrometer.core.instrument.step.StepMeterRegistry
io.micrometer.cloudwatch2.CloudWatchMeterRegistry
de.otto.edison.metrics.cloudwatch.FilteredCloudWatchMeterRegistry
public class FilteredCloudWatchMeterRegistry
extends io.micrometer.cloudwatch2.CloudWatchMeterRegistry
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLOUDWATCH_METRICS_PUBLISHER -
Constructor Summary
Constructors Constructor Description FilteredCloudWatchMeterRegistry(CloudWatchMetricFilter cloudWatchMetricFilter, io.micrometer.cloudwatch2.CloudWatchConfig config, io.micrometer.core.instrument.Clock clock, software.amazon.awssdk.services.cloudwatch.CloudWatchAsyncClient cloudWatchAsyncClient) -
Method Summary
Modifier and Type Method Description java.util.List<io.micrometer.core.instrument.Meter>getMeters()Methods inherited from class io.micrometer.cloudwatch2.CloudWatchMeterRegistry
getBaseTimeUnit, publishMethods inherited from class io.micrometer.core.instrument.step.StepMeterRegistry
defaultHistogramConfig, newCounter, newDistributionSummary, newFunctionCounter, newFunctionTimer, newGauge, newLongTaskTimer, newMeter, newTimerMethods inherited from class io.micrometer.core.instrument.push.PushMeterRegistry
close, start, start, stopMethods inherited from class io.micrometer.core.instrument.MeterRegistry
clear, config, counter, counter, find, forEachMeter, gauge, gauge, gauge, gauge, gaugeCollectionSize, gaugeMapSize, get, getConventionName, getConventionTags, isClosed, meterRegistrationFailed, more, newLongTaskTimer, newTimeGauge, remove, remove, removeByPreFilterId, summary, summary, timer, timer
-
Field Details
-
CLOUDWATCH_METRICS_PUBLISHER
public static final java.lang.String CLOUDWATCH_METRICS_PUBLISHER- See Also:
- Constant Field Values
-
-
Constructor Details
-
FilteredCloudWatchMeterRegistry
public FilteredCloudWatchMeterRegistry(CloudWatchMetricFilter cloudWatchMetricFilter, io.micrometer.cloudwatch2.CloudWatchConfig config, io.micrometer.core.instrument.Clock clock, software.amazon.awssdk.services.cloudwatch.CloudWatchAsyncClient cloudWatchAsyncClient)
-
-
Method Details
-
getMeters
public java.util.List<io.micrometer.core.instrument.Meter> getMeters()- Overrides:
getMetersin classio.micrometer.core.instrument.MeterRegistry
-