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:
committed by
Torkel Ödegaard
parent
8fd1931e1c
commit
70e38ec352
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user