-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
UI: Add toggle to enable/disable metric autocomplete #3381
UI: Add toggle to enable/disable metric autocomplete #3381
Conversation
This change adds a toggle to enable or disable the metric autocomplete functionality. By default it is enabled. Signed-off-by: Jarod Watkins <[email protected]>
Signed-off-by: Jarod Watkins <[email protected]>
Signed-off-by: Jarod Watkins <[email protected]>
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.
Could you please do make assets
and commit the result? We really need to fix the CI part here :(
Signed-off-by: Jarod Watkins <[email protected]>
Done. No worries. |
This change adds a toggle to enable or disable the metric autocomplete functionality. By default it is enabled. This is a port of a change I did in [Thanos][1]. [1]: thanos-io/thanos#3381 Signed-off-by: Jarod Watkins <[email protected]>
I also implemented this change "upstream" in Prometheus |
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.
LGTM! Can we have quick screenshot how this checkbox looks like? (:
Thanks!
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. LGTM.
Thanks!
Oh I forgot to add a changelog entry! How should I correct? |
That's fine, we can add later during release (:
Kind Regards,
Bartek Płotka (@bwplotka)
…On Fri, 30 Oct 2020 at 20:38, Jarod Watkins ***@***.***> wrote:
Oh I forgot to add a changelog entry! How should I correct?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3381 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVA3O73FR3KPRD4XIWME2TSNMI4DANCNFSM4TEDKPEQ>
.
|
* UI: Add toggle to enable/disable metric autocomplete This change adds a toggle to enable or disable the metric autocomplete functionality. By default it is enabled. This is a port of a change I did in [Thanos][1]. [1]: thanos-io/thanos#3381 Signed-off-by: Jarod Watkins <[email protected]> * Adding full variable name Signed-off-by: Jarod Watkins <[email protected]>
FYI I have created another PR to bring in changes suggested by Prometheus developers: #3391 |
* UI: Add toggle to enable/disable metric autocomplete This change adds a toggle to enable or disable the metric autocomplete functionality. By default it is enabled. Signed-off-by: Jarod Watkins <[email protected]> * Fixing tests Signed-off-by: Jarod Watkins <[email protected]> * Fixing lint suggestions Signed-off-by: Jarod Watkins <[email protected]> * Run make assets Signed-off-by: Jarod Watkins <[email protected]> Signed-off-by: Oghenebrume50 <[email protected]>
This change adds a toggle to enable or disable the metric autocomplete
functionality. By default it is enabled.
Signed-off-by: Jarod Watkins [email protected]
Changes
Added toggle to enable/disable metric autocomplete functionality in the new UI.
Verification
Tested locally against production data.