Skip to content

Commit

Permalink
Remove default accountIds
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Aug 9, 2024
1 parent 2c88857 commit 27b00bb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions monitor/ams-new-relic-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(dashViewerCount) AS 'DASH Viewer Count'\nFROM Log\nWHERE event = 'viewerCount' FACET app, streamId \nSINCE 1 minutes ago\n"
}
Expand Down Expand Up @@ -77,7 +77,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(hlsViewerCount) AS 'HLS Viewer Count'\nFROM Log\nWHERE event = 'viewerCount' FACET app, streamId \nSINCE 1 minutes ago\n"
}
Expand Down Expand Up @@ -109,7 +109,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(webRTCViewerCount) AS 'WebRTC Viewer Count'\nFROM Log\nWHERE event = 'viewerCount' FACET app, streamId \nSINCE 1 minutes ago\n"
}
Expand Down Expand Up @@ -138,7 +138,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(timestamp) FROM Log WHERE event = 'publishStarted' FACET streamId, app, protocol, videoCodec, audioCodec, height, width SINCE 1 day ago"
}
Expand Down Expand Up @@ -167,7 +167,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT\n filter(latest(timestamp), WHERE event = 'publishStarted') AS 'publishStarted',\n filter(latest(timestamp), WHERE event = 'publishEnded') AS 'publishEnded'\nFROM\n Log\nWHERE\n (event = 'publishStarted' OR event = 'publishEnded')\nFACET\n streamId, app\nSINCE\n 1 day ago\n"
}
Expand Down Expand Up @@ -196,7 +196,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "FROM Log\nSELECT \n filter(latest(timestamp), WHERE event = 'playStartedFirstTime') AS 'playStartTime',\n filter(latest(timestamp), WHERE event = 'playEnded') AS 'playEndTime',\n (filter(latest(timestamp), WHERE event = 'playEnded') - filter(latest(timestamp), WHERE event = 'playStartedFirstTime')) / 1000 / 60 AS 'playDurationMinutes'\nWHERE event IN ('playStartedFirstTime', 'playEnded')\nFACET subscriberId, app, streamId\nSINCE 1 day ago"
}
Expand Down Expand Up @@ -225,7 +225,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(numeric(totalBytesTransferred)) / 1048576 as 'Per User Total Transferred' \nFROM Log \nWHERE event = 'playerStats'\nFACET subscriberId, app, streamId SINCE 1 day ago"
}
Expand Down Expand Up @@ -254,7 +254,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(timestamp)\nFROM Log\nWHERE event = 'playStartedFirstTime'\nFACET subscriberId\nSINCE 1 day ago\n"
}
Expand Down Expand Up @@ -286,7 +286,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(timestamp)\nFROM Log\nWHERE event = 'playStarted'\nFACET subscriberId\nSINCE 1 day ago\n"
}
Expand Down Expand Up @@ -318,7 +318,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(timestamp)\nFROM Log\nWHERE event = 'playEnded'\nFACET subscriberId\nSINCE 1 day ago\n"
}
Expand Down Expand Up @@ -351,7 +351,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(protocol), latest(clientIP), latest(timestamp)\nFROM Log\nWHERE event = 'watchTime'\nFACET subscriberId\nSINCE 1 day ago\n"
}
Expand Down Expand Up @@ -380,7 +380,7 @@
"nrqlQueries": [
{
"accountIds": [
4479905
0000000
],
"query": "SELECT latest(timestamp) FROM Log WHERE event = 'keyFrameStats' FACET streamId, app, keyFramesInLastMinute, keyFrameIntervalMs SINCE 1 day ago"
}
Expand All @@ -394,4 +394,4 @@
}
],
"variables": []
}
}

0 comments on commit 27b00bb

Please sign in to comment.