Skip to content

Commit

Permalink
fix(mlops): added install plan
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlsk committed Nov 17, 2021
1 parent 055024e commit 03f73b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions install/mlops/dagshub/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
id: dagshub-mlops
name: DagsHub
title: DagsHub Machine Learning Training Monitoring
description: |
Integrating DagsHub and New Relic enables you to analyze and monitor machine learning training metrics in real-time. You can visualize your metrics in a New Relic dashboard, create custom metrics and set alerts to notify you of events and incidents happening during your training runs.
target:
type: integration
destination: cloud

install:
mode: link
destination:
url: https://docs.newrelic.com/docs/integrations/mlops-integrations/dagshub-mlops-integration/#integrate
2 changes: 1 addition & 1 deletion quickstarts/mlops/dagshub/dashboards/dagshub.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"nrqlQueries": [
{
"accountId": 3240610,
"accountId": 0,
"query": "SELECT latest(dagshub.loss) FROM Metric TIMESERIES SINCE 1800 seconds ago FACET Owner, Repository,metricName"
}
],
Expand Down

0 comments on commit 03f73b0

Please sign in to comment.