nearform / otlp-blueprint

Open Telemetry + Jaeger + 3-tier application Blueprint
7 stars 1 forks source link

FE traces are not correlated with backend traces #229

Closed zimny closed 1 year ago

zimny commented 1 year ago

When all infrastructure is deployed in Jeager there are traces for front-end service and back-end service however despite the fact there's a chain of invocations going from Front-end App to the back-end app those traces are NOT correlated.

There's an initial attempt to fix it here: https://github.com/nearform/otlp-blueprint/pull/236