Small edits (#796)

This commit is contained in:
pollfly
2024-03-12 11:24:42 +02:00
committed by GitHub
parent dce8b12932
commit 67cfbb1ef6
28 changed files with 58 additions and 55 deletions

View File

@@ -19,7 +19,7 @@ on completed/failed Tasks via Slack integration.
* Entire workspace - Monitor all projects in your workspace
:::caution
If your workspace or specified project contains a large number of experiments, the dashboard could take a while to update
If your workspace or specified project contains a large number of experiments, the dashboard can take a while to update.
:::
* **Monitored Metric** - Specify a metric for the app instance to monitor. The dashboard will present an aggregated view

View File

@@ -135,7 +135,7 @@ used.
```
src="<web_server>/widgets/?objectType=task&xaxis=iter&type=scalar&metrics=<metric_name>&variants=<variant>&project=<project_id>&page_size=1&page=0&order_by[]=-last_update
```
Notice that the `project` parameter is specified. In order to get the most recent single experiment,
Notice that the `project` parameter is specified. To get the most recent single experiment,
`page_size=1&page=0&order_by[]=-last_update` is added. `page_size` specifies how many results are returned in each
page, and `page` specifies which page to return (in this case the first page)--this way you can specify how many
experiments you want in your graph. `order_by[]=-last_update` orders the results by update time in descending order