Closed dkrizic closed 8 months ago
Duplicate of #17. The request makes sense in general, though telemetry processing tools could also handle such situation better...
All observability solutions I use have that problem:
Simply because Nginx does not implement the OpenTelemetry spec.
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.