-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] Add kuery to apm ui #19469
[APM] Add kuery to apm ui #19469
Conversation
b928b0d
to
53c66c8
Compare
Pinging @elastic/apm-ui |
💚 Build Succeeded |
53c66c8
to
23b8631
Compare
💔 Build Failed |
💚 Build Succeeded |
a393da9
to
e529183
Compare
💚 Build Succeeded |
@sqren Added another todo; to add a search submit button like on Discover |
💚 Build Succeeded |
938a99a
to
e1d6664
Compare
💔 Build Failed |
e1d6664
to
94d9376
Compare
💔 Build Failed |
💔 Build Failed |
e24d6da
to
789d6cb
Compare
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
Since localtesting master is still broken for me, I've been testing it on the Cloud version you have running. I think it looks great. There's a few minor style tweaks we can make to the positioning and margins around the input. One thing that stuck with me was that there's no immediate way to clear the input entered. There's a solution available in the Eui forms, but obv that's not available here, but perhaps we can mimic the functionality. Basically, if there's text input in the field have a clear option on the far right with a clear icon both when your cursor is active in the input field, but also when hovering on the input if it's not active. Would that be reasonable to get in this version too, or what do you think @sqren? |
@formgeist I think the EUI component just uses the standard |
d152c04
to
3f0e2bc
Compare
💔 Build Failed |
retest |
💔 Build Failed |
💚 Build Succeeded |
💚 Build Succeeded |
💔 Build Failed |
💚 Build Succeeded |
💚 Build Succeeded |
* Add Kuery to APM UI * Format bool queries * Fix test * Add min-height * Updated css to vars * Added loading indicators * Update breadcrumbs * Update Discover links * Add search button * Fix readcrumb test * Remove debounce * Fix “undefined” kuery * Handle missing index pattern * Fix race condition in data fetching * Fix legacy url encoding * Filter out field-suggestions starting with "span*" * Convert KuiTable to EuiTable for service overview * Convert KuiTable to EuiTable for transaction overview * Convert KuiTable to EuiTable for error overview * Updated empty state messages * Bump CI jo * updated snapshots * Add beta tooltip and update to EuiSearch * Fixed issue with focus * Submit when clicking search button * Submit when clearing input * Handle missing index pattern * Remove query from spans # Conflicts: # yarn.lock
* Add Kuery to APM UI * Format bool queries * Fix test * Add min-height * Updated css to vars * Added loading indicators * Update breadcrumbs * Update Discover links * Add search button * Fix readcrumb test * Remove debounce * Fix “undefined” kuery * Handle missing index pattern * Fix race condition in data fetching * Fix legacy url encoding * Filter out field-suggestions starting with "span*" * Convert KuiTable to EuiTable for service overview * Convert KuiTable to EuiTable for transaction overview * Convert KuiTable to EuiTable for error overview * Updated empty state messages * Bump CI jo * updated snapshots * Add beta tooltip and update to EuiSearch * Fixed issue with focus * Submit when clicking search button * Submit when clearing input * Handle missing index pattern * Remove query from spans # Conflicts: # yarn.lock
undefined
shows up in the kuery barAdd saved searches functionality