Merge pull request #10556 from Ultimation/patch-1

Recommend a limit on database query for influxdb annotations
This commit is contained in:
Carl Bergquist 2018-01-19 13:49:29 +01:00 committed by GitHub
commit 1de00ded1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>