From 03f73b0bb6695a329685d01dbb93ba7a61badee4 Mon Sep 17 00:00:00 2001 From: Simon Lousky Date: Tue, 16 Nov 2021 18:00:05 +0200 Subject: [PATCH] fix(mlops): added install plan --- install/mlops/dagshub/install.yml | 13 +++++++++++++ quickstarts/mlops/dagshub/dashboards/dagshub.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 install/mlops/dagshub/install.yml diff --git a/install/mlops/dagshub/install.yml b/install/mlops/dagshub/install.yml new file mode 100644 index 0000000000..50c878259d --- /dev/null +++ b/install/mlops/dagshub/install.yml @@ -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 diff --git a/quickstarts/mlops/dagshub/dashboards/dagshub.json b/quickstarts/mlops/dagshub/dashboards/dagshub.json index 9be54bacef..82b6122454 100644 --- a/quickstarts/mlops/dagshub/dashboards/dagshub.json +++ b/quickstarts/mlops/dagshub/dashboards/dagshub.json @@ -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" } ],