Expand description
Handles the rendering of trace and event data to the console.
This module is responsible for:
- Defining color themes and palettes.
- Structuring trace data into a hierarchical, readable format (waterfall view).
- Formatting individual spans and events with appropriate colors and indentation.
- Generating a timeline scale for trace visualization.
- Displaying span attributes and event attributes, with optional filtering.
- Managing terminal width for responsive output.