Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mockotlpserver ui): add traces list page and detail #10

Merged
merged 10 commits into from
Jan 3, 2024

Conversation

david-luna
Copy link
Member

@david-luna david-luna commented Dec 22, 2023

Modifies the web server to have a simple API to get the traces list and details of the onse saved by the UIPrinter. It also add some static assets for styling and pages:

  • index.html fetches the traces and shows them in a table
Screenshot 2023-12-22 at 17 43 11
  • trace-details.html file fetches a single trace and uses d3 to plot a couple of graphs (experimental for now)
Screenshot 2024-01-03 at 19 56 22

NOTE: visualization is done using vega-lite (lib used in Kibana)

@trentm trentm changed the title chore: add traces list page and detail feat(mockotlpserver ui): add traces list page and detail Dec 22, 2023
@david-luna david-luna merged commit 168e19c into main Jan 3, 2024
1 check passed
@david-luna david-luna deleted the dluna/ui-enhancements branch January 3, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants