diff --git a/dashboards/global-usage-stats.jsonnet b/dashboards/global-dashboards/global-usage-stats.jsonnet similarity index 93% rename from dashboards/global-usage-stats.jsonnet rename to dashboards/global-dashboards/global-usage-stats.jsonnet index b9222ec..1794a62 100644 --- a/dashboards/global-usage-stats.jsonnet +++ b/dashboards/global-dashboards/global-usage-stats.jsonnet @@ -12,10 +12,6 @@ function(datasources) thresholds=[ { value: 0, - color: 'yellow', - }, - { - value: 50, color: 'green', }, ], @@ -50,5 +46,11 @@ function(datasources) editable=true, time_from='now-7d', ).addPanel( - weeklyActiveUsers, {}, + weeklyActiveUsers, + gridPos={ + x: 0, + y: 0, + w: 25, + h: 10, + }, )