Class MetricsProperties.Web.Server.ServerRequest
java.lang.Object
org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
- Enclosing class:
- MetricsProperties.Web.Server
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.void
setMetricName
(String metricName) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ServerRequest
public ServerRequest()
-
-
Method Details
-
getMetricName
@Deprecated(since="3.0.0", forRemoval=true) @DeprecatedConfigurationProperty(replacement="management.observations.http.server.requests.name") public String getMetricName()Deprecated, for removal: This API element is subject to removal in a future version. -
setMetricName
@Deprecated(since="3.0.0", forRemoval=true) @DeprecatedConfigurationProperty(replacement="management.observations.http.server.requests.name") public void setMetricName(String metricName) Deprecated, for removal: This API element is subject to removal in a future version.
-