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

GCP cloud function v2 does not inject traces on http retry

Open Jojoooo1 opened this issue 3 years ago • 0 comments

Describe the bug Please provide details of the problem, including the version of Spring Cloud that you are using.

HTTP cloud function V2 does not inject trace on function retry

request that will fail and will be retried request-1

when it retry the trace are not present anymore request-retry

Versions:

  • Spring Boot 3.0.2
  • Spring Cloud: 2022.0.1
  • Spring cloud function adapter: 4.0.1
  • micrometer-tracing-bridge-otel and also tried with zipkin

Jojoooo1 avatar Jan 27 '23 15:01 Jojoooo1