Skip to content

Commit

Permalink
fix(mlops): updated dashboard template json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlsk committed Nov 17, 2021
1 parent 6386b2e commit 055024e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickstarts/mlops/dagshub/dashboards/dagshub.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"title": "",
"rawConfiguration": {
"text": "\\\n\\\n\\\n\\\n   Data provided by integration with \\\n\\\n![DagsHub](https://dagshub.com/img/logos/dagshub.svg)\n\n"
"text": "\\\n\\\n\\\n\\\n   Data provided by integration with \\\n\\\n![Aporia](https://dagshub.com/img/logos/dagshub.svg)\n\n"
},
"linkedEntityGuids": null
},
Expand All @@ -33,7 +33,7 @@
"height": 3,
"width": 5
},
"title": "",
"title": "Loss metric by repository",
"rawConfiguration": {
"facet": {
"showOtherSeries": false
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"title": "",
"rawConfiguration": {
"text": "Monitor training metrics in real time\n---\n# Watch a metric\n## Define the metric to watch\nBy default, the dashboard displays the \"Loss\" metric in the chart widget just left of this one. To change the displayed metric, click on the top right corner of the chart widget, and hit \"edit\".\nIn the query, change `dagshub.loss` to any metric you are logging prepended with `dagshub.` (i.e `dagshub.val_loss`). \n## Run an experiment\nIn order to see metrics, an experiment must be running at this time. If the experiment has finished running, try changing the displayed time range.\n## For more details on the integration, read the [integration docs](https://docs.newrelic.com/docs/integrations/mlops-integrations/dagshub-mlops-integration/). "
"text": "Monitor training metrics in real time\n---\n# Define the metric to watch\n\nWe display the `loss` metric by default. To see another metric, edit the chart and change the query to `dagshub.<your metric>`\n# Tip!\nChoose the time range of the experiment to see its metrics.\n\n## [See our docs](https://docs.newrelic.com/docs/integrations/mlops-integrations/dagshub-mlops-integration/). "
},
"linkedEntityGuids": null
}
Expand Down

0 comments on commit 055024e

Please sign in to comment.