Skip to content

Commit

Permalink
add stats15 to grafana dashboard template
Browse files Browse the repository at this point in the history
  • Loading branch information
nohn committed Nov 4, 2023
1 parent c980b46 commit 6a2a5eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grafana_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@
"interval": "",
"legendFormat": "Stats60 {{ name }} {{countryiso}}",
"refId": "B"
},
{
"expr": "avg(dd_Stats15{id=~\"[[id]]\"}) by (name,countryiso)",
"interval": "",
"legendFormat": "Stats15 {{ name }} {{countryiso}}",
"refId": "C"
}
],
"thresholds": [],
Expand Down

0 comments on commit 6a2a5eb

Please sign in to comment.