mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
prometheus: change default resolution to 1/1
this should make the value of the step value more consistant for most users ref #9705
This commit is contained in:
parent
a8a5f8181b
commit
ea4ef47982
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user