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
I have an SSR page with backend requests. Ajax requests are also made from the client via the same BFF. how do I link the original page generation requests and ajax requests?
I use HttpInstrumentation to collect telemetry. Span Links seem to be suitable for my cases. But the documentation on them is scarce and it is not clear how to create it. It is also unclear how to create it in HttpInstrumentation
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have an SSR page with backend requests. Ajax requests are also made from the client via the same BFF. how do I link the original page generation requests and ajax requests?
I use HttpInstrumentation to collect telemetry. Span Links seem to be suitable for my cases. But the documentation on them is scarce and it is not clear how to create it. It is also unclear how to create it in HttpInstrumentation
Beta Was this translation helpful? Give feedback.
All reactions