unit icon indicating copy to clipboard operation
unit copied to clipboard

OpenTelemetry: Implement distributed tracing for requests

Open avahahn opened this issue 9 months ago • 0 comments

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

avahahn avatar May 20 '24 21:05 avahahn