Package io.micrometer.cloudwatch
Interface CloudWatchConfig
-
- All Superinterfaces:
io.micrometer.core.instrument.config.MeterRegistryConfig,io.micrometer.core.instrument.push.PushRegistryConfig,io.micrometer.core.instrument.step.StepRegistryConfig
@Deprecated public interface CloudWatchConfig extends io.micrometer.core.instrument.step.StepRegistryConfigDeprecated.the micrometer-registry-cloudwatch implementation has been deprecated in favour of micrometer-registry-cloudwatch2, which uses AWS SDK for Java 2.xConfiguration for CloudWatch exporting.
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_BATCH_SIZEDeprecated.
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default intbatchSize()Deprecated.default java.lang.Stringnamespace()Deprecated.default java.lang.Stringprefix()Deprecated.
-
-
-
Field Detail
-
MAX_BATCH_SIZE
static final int MAX_BATCH_SIZE
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
prefix
default java.lang.String prefix()
Deprecated.- Specified by:
prefixin interfaceio.micrometer.core.instrument.config.MeterRegistryConfig
-
namespace
default java.lang.String namespace()
Deprecated.
-
batchSize
default int batchSize()
Deprecated.- Specified by:
batchSizein interfaceio.micrometer.core.instrument.push.PushRegistryConfig
-
-