config.html 668 B

12345678910111213141516
  1. <datasource-http-settings current="ctrl.current" suggest-url="http://localhost:9090">
  2. </datasource-http-settings>
  3. <div class="gf-form-group">
  4. <div class="gf-form-inline">
  5. <div class="gf-form">
  6. <span class="gf-form-label">Scrape interval</span>
  7. <input type="text" class="gf-form-input width-6" ng-model="ctrl.current.jsonData.timeInterval" spellcheck='false' placeholder="15s"></input>
  8. <info-popover mode="right-absolute">
  9. Set this to your global scrape interval defined in your Prometheus config file. This will be used as a lower limit for
  10. the Prometheus step query parameter.
  11. </info-popover>
  12. </div>
  13. </div>
  14. </div>