Class MetricsProperties
java.lang.Object
org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
@ConfigurationProperties
for configuring
Micrometer-based metrics.- Since:
- 2.0.0
- Author:
- Jon Schneider, Alexander Abramov, Tadaya Tsuyukubo, Chris Bono
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
getTags()
Deprecated, for removal: This API element is subject to removal in a future version.getWeb()
boolean
void
setUseGlobalRegistry
(boolean useGlobalRegistry)
-
Constructor Details
-
MetricsProperties
public MetricsProperties()
-
-
Method Details
-
isUseGlobalRegistry
public boolean isUseGlobalRegistry() -
setUseGlobalRegistry
public void setUseGlobalRegistry(boolean useGlobalRegistry) -
getEnable
-
getTags
@Deprecated(since="3.2.0", forRemoval=true) @DeprecatedConfigurationProperty(replacement="management.observations.key-values", since="3.2.0") public Map<String,String> getTags()Deprecated, for removal: This API element is subject to removal in a future version. -
getWeb
-
getData
-
getSystem
-
getDistribution
-