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()
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
-
getWeb
-
getData
-
getSystem
-
getDistribution
-