Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshka/tui-tracing
https://github.com/joshka/tui-tracing
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshka/tui-tracing
- Owner: joshka
- Created: 2024-08-22T18:29:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T18:35:25.000Z (3 months ago)
- Last Synced: 2024-10-10T20:10:28.798Z (about 1 month ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tui-tracing
An opinionated replacement for tui-logging with the goal of being something that displays nicer by
default (closer to the tracing-subscriber default view), and that makes it possible to handle event
aggregation (i.e. making events that repeat only show up once but still be something that can be
drilled into). The eventual goal is this is part of the tracing console rather than necessarily
something that would be used in each application.There's some overlap there.
The Timing layer parts have an associated PR in tracing_subscriber. They may land there or may not
Status: very much a WIP...
The demo example is the main driver of this. I work generally by writing code into demo and then
extracting reusable bits from the code that make sense.Expect this not to be stable.