diff --git a/public/app/plugins/datasource/prometheus/query_ctrl.ts b/public/app/plugins/datasource/prometheus/query_ctrl.ts index 34787373cdd..43c23cbefbd 100644 --- a/public/app/plugins/datasource/prometheus/query_ctrl.ts +++ b/public/app/plugins/datasource/prometheus/query_ctrl.ts @@ -23,7 +23,7 @@ class PrometheusQueryCtrl extends QueryCtrl { var target = this.target; target.expr = target.expr || ''; - target.intervalFactor = target.intervalFactor || 2; + target.intervalFactor = target.intervalFactor || 1; target.format = target.format || this.getDefaultFormat(); this.metric = '';