Class GatewayMetricsProperties
java.lang.Object
org.springframework.cloud.gateway.config.GatewayMetricsProperties
@ConfigurationProperties("spring.cloud.gateway.server.webflux.metrics")
@Validated
public class GatewayMetricsProperties
extends Object
- Author:
- Ingyu Hwang
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_PREFIX
-
-
Constructor Details
-
GatewayMetricsProperties
public GatewayMetricsProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getPrefix
-
setPrefix
-
getTags
-
setTags
-
toString
-