mirror of https://github.com/grafana/grafana
- Loki queries must contain a limit - this change makes this limit configurable in the datasource - keep default at 1000, add tooltip on why inc/dec makes sense - added testspull/14689/head
parent
6f998541c8
commit
26a5e07737
@ -1,2 +1,16 @@ |
||||
<datasource-http-settings current="ctrl.current" no-direct-access="true"> |
||||
</datasource-http-settings> |
||||
</datasource-http-settings> |
||||
|
||||
<div class="gf-form-group"> |
||||
<div class="gf-form-inline"> |
||||
<div class="gf-form"> |
||||
<span class="gf-form-label width-8">Line limit</span> |
||||
<input type="text" class="gf-form-input width-8" ng-model="ctrl.current.jsonData.queryLimit" spellcheck='false' placeholder="1000"></input> |
||||
<info-popover mode="right-absolute"> |
||||
Loki queries must contain a limit of maximum number of lines returned (default: 1000). |
||||
Increase this limit to have a bigger result set for ad-hoc analysis. |
||||
Decrease this limit if your browser becomes sluggish when displaying the log results. |
||||
</info-popover> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
Loading…
Reference in new issue