OpenTSDB: Adding lookup limit to OpenTSDB datasource settings (#20647)

* feat: adding lookup limit to OpenTSDB settings

Adding lookup to OpenTSDB datasource settings and using it in the datasource for tag value lookup and suggest

* Document the change.

* feat: UI for configuring OpenTSDB lookup limit.

* Apply prettier.

* Fix compilation error.
This commit is contained in:
Itamar Turner-Trauring
2019-12-12 09:02:50 +01:00
committed by Torkel Ödegaard
parent 8fd1931e1c
commit 70e38ec352
4 changed files with 35 additions and 7 deletions
@@ -106,3 +106,8 @@ datasources:
tsdbResolution: 1
tsdbVersion: 1
```
## Lookup limits
By default, at most 1000 records are looked up from OpenTSDB.
You can change this by modifying the "Lookup Limit" in the OpenTSDB settings page.