Package io.micrometer.cloudwatch
Class CloudWatchMeterRegistry
java.lang.Object
io.micrometer.core.instrument.MeterRegistry
io.micrometer.core.instrument.push.PushMeterRegistry
io.micrometer.core.instrument.step.StepMeterRegistry
io.micrometer.cloudwatch.CloudWatchMeterRegistry
@Deprecated
public class CloudWatchMeterRegistry
extends io.micrometer.core.instrument.step.StepMeterRegistry
Deprecated.
the micrometer-registry-cloudwatch implementation has been deprecated in favour of
micrometer-registry-cloudwatch2, which uses AWS SDK for Java 2.x
StepMeterRegistry for Amazon CloudWatch.-
Nested Class Summary
Nested classes/interfaces inherited from class io.micrometer.core.instrument.MeterRegistry
io.micrometer.core.instrument.MeterRegistry.Config, io.micrometer.core.instrument.MeterRegistry.More -
Field Summary
Fields inherited from class io.micrometer.core.instrument.MeterRegistry
clock -
Constructor Summary
Constructors Constructor Description CloudWatchMeterRegistry(CloudWatchConfig config, io.micrometer.core.instrument.Clock clock, com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync amazonCloudWatchAsync)Deprecated.CloudWatchMeterRegistry(CloudWatchConfig config, io.micrometer.core.instrument.Clock clock, com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync amazonCloudWatchAsync, java.util.concurrent.ThreadFactory threadFactory)Deprecated. -
Method Summary
Modifier and Type Method Description protected java.util.concurrent.TimeUnitgetBaseTimeUnit()Deprecated.protected voidpublish()Deprecated.Methods 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, getMeters, isClosed, more, newLongTaskTimer, newTimeGauge, remove, remove, removeByPreFilterId, summary, summary, timer, timerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CloudWatchMeterRegistry
public CloudWatchMeterRegistry(CloudWatchConfig config, io.micrometer.core.instrument.Clock clock, com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync amazonCloudWatchAsync)Deprecated. -
CloudWatchMeterRegistry
public CloudWatchMeterRegistry(CloudWatchConfig config, io.micrometer.core.instrument.Clock clock, com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync amazonCloudWatchAsync, java.util.concurrent.ThreadFactory threadFactory)Deprecated.
-
-
Method Details
-
publish
protected void publish()Deprecated.- Specified by:
publishin classio.micrometer.core.instrument.push.PushMeterRegistry
-
getBaseTimeUnit
protected java.util.concurrent.TimeUnit getBaseTimeUnit()Deprecated.- Specified by:
getBaseTimeUnitin classio.micrometer.core.instrument.MeterRegistry
-