spring-cloud-sleuth
spring-cloud-sleuth copied to clipboard
Spring Cloud Gateway is not sending correct operation id
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.

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