Currently, Venator needs to be started and attached to from a running process.
It would be great to be able to log everything to a file from an application, and then later open the file in Venator for a post-mortem analysis.
One idea would be to use the JSON format from tracing_subscriber (though that probably does not capture span enter/exit timing information)
Currently, Venator needs to be started and attached to from a running process.
It would be great to be able to log everything to a file from an application, and then later open the file in Venator for a post-mortem analysis.
One idea would be to use the JSON format from
tracing_subscriber(though that probably does not capture span enter/exit timing information)