Skip to content

Commit

Permalink
fix: set accountId 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ykarlinski-newrelic committed Nov 11, 2021
1 parent c446685 commit ba0c293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstarts/mlops/mona/dashboards/mona.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"nrqlQueries": [
{
"accountId": 3268970,
"accountId": 0,
"query": "SELECT uniqueCount(context_class) FROM MONA_NEW_RELIC_INTEGRATION SINCE 0"
}
],
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"nrqlQueries": [
{
"accountId": 3268970,
"accountId": 0,
"query": "SELECT count(*) FROM MONA_NEW_RELIC_INTEGRATION FACET context_class TIMESERIES Since 7 days ago"
}
],
Expand Down

0 comments on commit ba0c293

Please sign in to comment.