spring-cloud-sleuth icon indicating copy to clipboard operation
spring-cloud-sleuth copied to clipboard

Spring Cloud Gateway is not sending correct operation id

Open macsux opened this issue 3 years ago • 0 comments

When using Spring Cloud Gateway with Sleuth, operation are named as HTTP method name without path. Expect it to be something like get /api/search, instead only getting get as operation name. See screenshot.

image

Sample in this repo: https://github.com/asaikali/vere-copia

macsux avatar Jun 15 '22 20:06 macsux