Merge pull request #10556 from Ultimation/patch-1

Recommend a limit on database query for influxdb annotations
pull/10572/head
Carl Bergquist 7 years ago committed by GitHub
commit 1de00ded1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/datasource/influxdb/partials/annotations.editor.html

@ -1,7 +1,7 @@
<div class="gf-form-group">
<div class="gf-form">
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.query' placeholder="select text from events where $timeFilter"></input>
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.query' placeholder="select text from events where $timeFilter limit 1000"></input>
</div>
</div>

Loading…
Cancel
Save