You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be desirable to have the load generator create traffic that shows the frontend-web service trace through to the backend.
There was an attempt to do this using Playwright, but that was pulled because the spans for frontend-web were not getting sent to the collector. This comment and the 3 subsequent ones point to potential issues with why it failed in the past and workarounds that can be implemented to alleviate this.
Hi @puckpuck, we have added a PR that now correctly exports the traces for the frontend-web service. The approach used was to use the baggage header with synthetic_request=true from the load generator. Then, the frontend uses a different OTC endpoint for the synthetic requests OTEL_COLLECTOR_NAME
It would be desirable to have the load generator create traffic that shows the frontend-web service trace through to the backend.
There was an attempt to do this using Playwright, but that was pulled because the spans for frontend-web were not getting sent to the collector. This comment and the 3 subsequent ones point to potential issues with why it failed in the past and workarounds that can be implemented to alleviate this.
cc: @jordibisbal8 and @danielgblanco
The text was updated successfully, but these errors were encountered: