log2trace-ui — embeddable trace visualization Web Component.
Importing this module registers three custom elements as a side
effect: <trace-visualizer> (the main waterfall), <trace-filter>
(declarative filter inputs), and <span-kind-rule> (declarative
span-kind classification rules). After import the component can be
used directly from HTML, or driven programmatically via the exports
below.
log2trace-ui — embeddable trace visualization Web Component.
Importing this module registers three custom elements as a side effect:
<trace-visualizer>(the main waterfall),<trace-filter>(declarative filter inputs), and<span-kind-rule>(declarative span-kind classification rules). After import the component can be used directly from HTML, or driven programmatically via the exports below.Example: Declarative usage
Example: Programmatic usage with raw logs