codice / ddf

DDF Distributed Data Framework - an open source, modular integration framework.
http://ddf.codice.org
Other
132 stars 181 forks source link

Add request tracing to DDF #6626

Closed jlcsmith closed 2 years ago

jlcsmith commented 3 years ago

Description

DDF could benefit from tracing information attached to the ThreadContext of all requests into the system. Initially, this would be useful for audit logging and correlation of audit events. Longer term, this would allow for the eventual integration of other tools that adhere to the W3C context tracing specification.

Expected behavior:

A trace-id is added to the ThreadContext of all incoming requests into the system. The trace-id is retained throughout the lifetime of the request.

Version

2.26.x, master

Additional Information

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.