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
Is your feature request related to a problem? Please describe
This module should emit two spans:
A server span (the part that receives the external request)
A client span which is nested in the server span
This is according to the specification of Open Telemetry. I have this scenaria
Frontend (emits client span)
Nginx with Otel module as proxy (emits server span, should emit both as described)
Backend (emits server span)
The problem now is, that components like Tempo Metrics Generator does not connect the Nginx with the actual backend, because it expects a client->server connection.
Describe the solution you'd like
Emit two spans as describe before
Describe alternatives you've considered
No other alternatives.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
This module should emit two spans:
This is according to the specification of Open Telemetry. I have this scenaria
The problem now is, that components like Tempo Metrics Generator does not connect the Nginx with the actual backend, because it expects a client->server connection.
Describe the solution you'd like
Emit two spans as describe before
Describe alternatives you've considered
No other alternatives.
The text was updated successfully, but these errors were encountered: