-
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
[Lens][TSVB] Navigate to Lens TSVB Table. #143814
Conversation
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
@elasticmachine merge upstream |
1 similar comment
@elasticmachine merge upstream |
* Extract apmEventClient from setupRequest * continue refactor and fix tests
In the analysis part we created chunks of 10 calls for the p-value aggregations, but individual calls of these chunks were then still called one after the other. This PR changes the behaviour to run calls for each chunk in parallel.
* Update as_number.ts allow negative numbers in formatter. Currently all negative values get truncated to `~0.00` closes elastic/prodfiler#2707 * Update as_number.ts * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' * Update as_number.ts change negative condition to abs Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Tim Rühsen <[email protected]>
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
async chunk count
History
To update your PR or re-run it, just comment with: cc @VladLasitsa |
Corresponding change made in Agent repository with: elastic/elastic-agent#1382 Co-authored-by: Yash Tewari <[email protected]> Co-authored-by: Oren Zohar <[email protected]>
**Relates to:** [elastic#137148](elastic#137148) ## Summary Fixes an invalid link to the Platinum license info from the disabled ML rule card. *Before:* https://user-images.githubusercontent.com/3775283/197490117-b209250a-5fb9-49c8-bbd4-163aa649fd18.mov *After:* https://user-images.githubusercontent.com/3775283/197489478-ef7b428e-cc15-4f62-857b-1f53d5ae1325.mov ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
…alytics dashboard (elastic#143841) * Add alerts count column to Entity Analytics risk tables
* react with loading spinner to new page or retry requests * do not fetch on every change? in files example app * remove lazy from the file picker image * absolute position the image tag to ensure that it is visible, this ensures the intersection observer will fire * remove the "lazy" prop from the image component * remove unnecessary if * added comment and increase page size of file picker in files example plugin * make the empty "hidden" image occupy the full container space
@elasticmachine merge upstream |
expected head sha didn’t match current head ref. |
@elasticmachine merge upstream |
expected head sha didn’t match current head ref. |
Pinging @elastic/fleet (Team:Fleet) |
Pinging @elastic/apm-ui (Team:APM) |
Pinging @elastic/uptime (Team:uptime) |
Close PR, some problems with rebase on master here |
Completes part of #138236
Summary
As part of phasing out TSVB and Visualize all Legacy agg based visulizations should support "open in lens" functionality.
In that PR converter for TSVB Table was added.
Some conversion remarks:
Some block cases:
max
,min
,avg
,sum