diff --git a/spring-cloud-gateway-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-gateway-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json index c67b417b1..0cd1a91b4 100644 --- a/spring-cloud-gateway-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-cloud-gateway-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -16,7 +16,7 @@ "name": "spring.cloud.gateway.metrics.enabled", "type": "java.lang.Boolean", "description": "Enables the collection of metrics data.", - "defaultValue": "false" + "defaultValue": "true" } ] -} \ No newline at end of file +}