fiberplane / fpx

Supercharge your local development
https://fiberplane.dev
MIT License
43 stars 1 forks source link

Tracing UI with hackadoo "Spans" #67

Closed brettimus closed 1 month ago

brettimus commented 2 months ago

The goal of this PR is to massage the existing MizuTrace model into something that also contains spans, and can ultimately render a UI like this:

image

Took data modeling inspo from Otel conventions as well as the open PR on the rust side of things to ingest otel traces


Summary

TODO

brettimus commented 1 month ago

There are some improvements possible like for instance limiting the response that is being displayed atop the request details and making some other sections collapsible

yes yes - very good catch. i just made the summary response section have a max height and be scroll-auto