unit
unit copied to clipboard
OpenTelemetry: Implement distributed tracing for requests
NGINX Unit should support distributed tracing for requests using an open standard like OpenTelemetry. Unit should be able to propagate context and attach spans including the following:
- incoming headers
- time to process headers
- time to process body
- body length
- total request processing time
- (configurable) logs from applications