Using Term.jl in OpenTelemetry.jl #215
findmyway
started this conversation in
Show and tell
Replies: 1 comment
-
Looks awesome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Term.jl in OpenTelemetry.jl to render some complex data structures.
The main features I use are
Panel
andTree
(with slight modifications ).It really helps me a lot while debugging.
By the way, with the new pkg extension feature in Julia@1.9, I no longer need to worry about the large dependency issue when introducing
Term.jl
in my packages ;)Here are some screen shots:
Beta Was this translation helpful? Give feedback.
All reactions