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
What is the expected behavior?
To my understanding remote call spans should have span.kind: client. Currently this module only creates one span with kind server.
What is the actual behavior?
Create additional span with span.kind: client before proxying request.
Additional context
This can cause issues for tools which try to render a service map Grafana Tempo metrics generator for example. Technically there are other means to detect remote calls but client server spans are meant to serve that purpose.
amccague, KingJ, huggsboson, rasta-rocket, PaulFarver and 2 more