-
Notifications
You must be signed in to change notification settings - Fork 12.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenTSDB: Adding lookup limit to OpenTSDB datasource settings #20647
Conversation
We converted this config editor (the options view) to react so sadly this has updated. |
I can do the update to React. |
6fb4fb2
to
813c353
Compare
Adding lookup to OpenTSDB datasource settings and using it in the datasource for tag value lookup and suggest
813c353
to
8da1d50
Compare
@torkelo this has been updated to use React, although I am not a React programmer so I might've done it wrong. |
@torkelo and now all check pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! thanks for contributing!
…a#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.
…a#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.
What this PR does / why we need it:
Adding lookup limit to OpenTSDB datasource settings and using it in the datasource for tag value lookup and suggest. The limits were hard-coded to 1000 which made it difficult to query more metrics and tag values.
This is a rebase of #16754, authored by @smalik03, with the addition of a tiny bit of documentation.
Which issue(s) this PR fixes:
Fixes #8155