[SYMBIOSYS][FEATURE] Add distributed tracing capability and corresponding trace generation script
- Implement distributed request tracing using metadata propagation
- Capture individual request structure, output Zipkin-compatible JSON-files.
- Instrumentation points remain the same as for breadcrumb profiling.
- Capture samples of memory usage, Argobots queue length while performing trace measurement.
- Ability to correlate lower-level metric usage with specific request callpaths.
- Conversely, ability to analyze these metric values along the entire request path.
@carns
