Thursday 22 July 2021

Language neutral trace format

I am looking for a programming language neutral file format for call traces.

I am looking for a trace similar to set -x in the bash shell. Or like the output of python-hunter

line-traces-python

First step would be to store all method calls and every line which gets executed by the run-time.

Simplification: For me it is enough to trace single process, single thread execution. No parallelism.

Next step would be to trace http calls (microservices) which are involved.

I develop with Python, but the trace file format needs to be language neutral.



from Language neutral trace format

No comments:

Post a Comment