Tracing Tape: simple recording and viewing of application traces #3141
soehrl
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
@soehrl This project looks really interesting and is something that I would love to see it developed more. Unfortunately when I tried it out I hit a panic when loading the following file and selecting the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love this project and appreciate the effort put into it. Especially the flexibility to inject custom subscribers depending on the user's requirements. There is already a wide variety of different Subscribers for many use cases. However, setting up an environment for viewing span traces is often quite involved, often requiring the user to set up an additional server. I wanted to have a dead-simple solution that writes traces to files for (relatively) short-lived applications you can view afterward. Thus, I developed the tracing-tape project to bridge that gap. It consists of a simple binary format called
tracing-tape
together with thetracing-tape-recorder
andtrace-deck
crates for recording and viewing trace files. You can see the getting started guide for more information.The main design goals are:
trace-deck
viewer is also available online for this purpose.These requirements are tailored specifically to my use case and the project is very early in its development, but I think it may be also beneficial for other users. I am looking forward to any feedback! I would also be happy if it could be added to the Related Crates section in the documentation. What would be the procedure here? Do I just create a PR?
Beta Was this translation helpful? Give feedback.
All reactions