Document the runs screen, the run context and the generated dashboard
Docs / docs (push) Successful in 25s
Playwright Tests / test-playwright (1, 2) (push) Failing after 2m47s
Playwright Tests / test-playwright (2, 2) (push) Failing after 1m42s
Playwright Tests / merge-reports (push) Canceled after 0s
pre-commit / pre-commit (push) Canceled after 1m45s
Test Backend / test-backend (push) Canceled after 0s
Compose Smoke Test / test-compose (push) Canceled after 0s
Docs / docs (push) Successful in 25s
Playwright Tests / test-playwright (1, 2) (push) Failing after 2m47s
Playwright Tests / test-playwright (2, 2) (push) Failing after 1m42s
Playwright Tests / merge-reports (push) Canceled after 0s
pre-commit / pre-commit (push) Canceled after 1m45s
Test Backend / test-backend (push) Canceled after 0s
Compose Smoke Test / test-compose (push) Canceled after 0s
This commit is contained in:
@@ -485,6 +485,21 @@ curl -s "$FLUKSIO/runs/series/compare?ids=$A,$B,$C&metric=train.loss" \
|
||||
|
||||
which answers in exactly the shape a chart widget draws.
|
||||
|
||||
## Looking at them in the portal
|
||||
|
||||
None of the above needs a browser, but there is one. **Runs** is the table of
|
||||
everything that has run: filter it to a flow, to a status, or to one sweep —
|
||||
where it grows a column per parameter that actually varied — and tick two runs
|
||||
to put their curves side by side.
|
||||
|
||||
A run records its metrics under the same names a dashboard binds to, so a
|
||||
dashboard is another way of reading one. **Open in dashboard** carries the
|
||||
runs you picked along in the URL, and every widget then answers for those runs
|
||||
instead of for the live engine. If the flow has no dashboard yet, the same
|
||||
menu builds one from the ports the flow declares.
|
||||
|
||||
See [Runs → Looking at what ran](../concepts/runs.md#looking-at-what-ran).
|
||||
|
||||
## What sync does, at the API level
|
||||
|
||||
Nothing here is privileged: `sync` is a client, and a flow is a document you
|
||||
|
||||
Reference in New Issue
Block a user