ax: implement monitor dashboard Web UI#75
Conversation
069b627 to
c584f78
Compare
e6911cb to
d801b2e
Compare
c584f78 to
8b1d7db
Compare
|
We need to expose OTLP and export telemetry to user's choice of observability tool instead. We shouldn't over build things directly in AX. |
what is OTLP? I am only aware of OTEL logs. |
rakyll
left a comment
There was a problem hiding this comment.
Ditto that we should call this dashboard, otherwise LGTM.
Summary
cmd/ax/web/index.html.//go:embedto package the dashboard directly inside theaxCLI binary.ax tracecommand).ax monitorto avoid runtime failures on empty databases.hack/run-ax-environment.shto boot the python harness server, AX orchestrator (ax serve), and AX monitor dashboard in a single command, handling SIGINT cleanups gracefully.Type of Change
Related Issues
Part 5 of the Observability & Monitoring epic. Stacked on top of PR #74.
Test Plan
go test -v ./cmd/axNotes for Reviewer
This is the final PR in the Observability & Monitoring epic, completing the rollout of the premium local web dashboard.