Skip to content

Commit 3bc8086

Browse files
committed
Adding metadata
1 parent 799dc9c commit 3bc8086

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

spring-cloud-gateway-server-webflux/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,22 @@
436436
"type": "java.lang.Boolean",
437437
"description": "If RedisRouteDefinitionRepository should be enabled.",
438438
"defaultValue": "true"
439+
},
440+
{
441+
"name": "spring.cloud.gateway.server.webflux.metrics.tags.path.enabled",
442+
"type": "java.lang.Boolean",
443+
"description": "Enables the gateway path tag provider.",
444+
"defaultValue": "false",
445+
"deprecation": {
446+
"reason": "Setting this property to true will cause the path tag to be added to all metrics.",
447+
"replacement": "spring.cloud.gateway.server.webflux.metrics.path-tags.enabled"
448+
}
449+
},
450+
{
451+
"name": "spring.cloud.gateway.server.webflux.metrics.path-tags.enabled",
452+
"type": "java.lang.Boolean",
453+
"description": "Enables the gateway path tag provider.",
454+
"defaultValue": "false"
439455
}
440456
]
441457
}

0 commit comments

Comments
 (0)