public static class MetricsProperties.Web.Client extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MetricsProperties.Web.Client.ClientRequest |
Constructor and Description |
---|
Client() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxUriTags() |
MetricsProperties.Web.Client.ClientRequest |
getRequest() |
String |
getRequestsMetricName()
Deprecated.
since 2.2.0 in favor of
MetricsProperties.Web.Client.ClientRequest.getMetricName() |
void |
setMaxUriTags(int maxUriTags) |
void |
setRequestsMetricName(String requestsMetricName)
Deprecated.
since 2.2.0 in favor of
MetricsProperties.Web.Client.ClientRequest.setMetricName(String) |
public MetricsProperties.Web.Client.ClientRequest getRequest()
@Deprecated @DeprecatedConfigurationProperty(replacement="management.metrics.web.client.request.metric-name") public String getRequestsMetricName()
MetricsProperties.Web.Client.ClientRequest.getMetricName()
@Deprecated public void setRequestsMetricName(String requestsMetricName)
MetricsProperties.Web.Client.ClientRequest.setMetricName(String)
requestsMetricName
- request metric namepublic int getMaxUriTags()
public void setMaxUriTags(int maxUriTags)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.