<selectclass="gf-form-input"ng-model="current.auto_count"ng-options="f for f in [2,3,4,5,10,20,30,40,50,100,200,300,400,500]"ng-change="runQuery()"></select>
</div>
</div>
<divclass="gf-form">
<spanclass="gf-form-label"ng-show="current.auto">
Min interval <tip>The calculated value will not go below this threshold</tip>
<selectclass="gf-form-input"ng-model="current.auto_count"ng-options="f for f in [2,3,4,5,10,20,30,40,50,100,200,300,400,500]"ng-change="runQuery()"></select>
</div>
</div>
<divclass="gf-form">
<spanclass="gf-form-label"ng-show="current.auto">
Min interval <tip>The calculated value will not go below this threshold</tip>
<selectclass="gf-form-input"ng-model="current.refresh"ng-options="f.value as f.text for f in refreshOptions"></select>
</div>
</div>
</div>
<divclass="gf-form">
</div>
<divclass="gf-form">
<spanclass="gf-form-label width-7">Query</span>
<inputtype="text"class="gf-form-input"ng-model='current.query'placeholder="metric name or tags query"ng-model-onblurng-change="runQuery()"required></input>