* Fix UI discrepancies in frame information window
* Fix comment
* Use source line instead
This matches with the value used in the flamegraph labels.
(cherry picked from commit 39811a3bd5)
Co-authored-by: Joseph Crail <joseph.crail@elastic.co>
* update more groups badge for clarity
* update copy in tooltip and group badge
(cherry picked from commit ca04402e83)
Co-authored-by: Melissa Alvarez <melissa.alvarez@elastic.co>
* [APM] checks if is serverless first in order to show java lambda metrics
* addressing pr comments
(cherry picked from commit 9ceaab738a)
Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
* added blurhash dep
* send blurhash from client
* added blurhash to server side
* added blurhash to headers
* added hash to files headers part ii
* move custom header name to shared
* added server side test to make sure blurhash is being stored with the file
* move blurhash logic to common components logic
* wip: moving a lot of stuff around and breaking up image component to parts
* added logic for loading blurhash client-side using header values
* reorder some stuff, added http to files context for example
* added resize files test
* tweak sizes of the blurs
* removed custom blurhash header
* renamed util to blurhash
* fixed some loading states to not show alt text, updated stories to show blurhash and removed styling on container
* remove http from filescontext
* pass blurhash to image component
* improved usability of the component by passing in wrapper props and allowing consumers to set an image size the same way they can for EuiImage
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* removed all traces of blurhash field from file saved object
* create special file image metadata type
* rename blurhash files and return full image metadata
* refactor blurhash in upload state to image metadata factory
* finish refactor of blurhash file
* pass back the original image size to the metadata
* more refactoring and added some comments to the metadata type
* pass metadata type through to endpoint
* pass metadata type through on client side
* wip
* updated files example to pass through shape of metadata
* some final touches
* updated comment
* make default size original
* rename common -> util
* update import path after refactor
* update style overrides for the blurhash story
* MyImage -> Img
* fix type lints
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit dbbf3ad42b)
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
* set has content to false
* [revert this] only run the flaky test
* remove .only
(cherry picked from commit 8219489639)
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
Added an error for when there are no source fields available.
Loaded a small set of default fields if we know its a connector index.
(cherry picked from commit c19ccdb96c)
# Conflicts:
# x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/configure_pipeline.tsx
# x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/ml_inference_logic.ts
Updates the the Pipelines logic to ensure you can configure ml inference
pipelines with api-based indices.
(cherry picked from commit c9af6395b0)
Co-authored-by: Rodney Norris <rodney.norris@elastic.co>
* Remove total and sampled traces from API
* Remove Samples array from flamegraph API
These values are redundant with CountInclusive so could be removed
without issue.
* Remove totalCount and eventsIndex
These values are no longer needed.
* Remove samples from callee tree
* Refactor columnar view model into separate file
* Add more lazy-loaded flamegraph calculations
* Fix spacing in frame label
* Remove frame information API
* Improve test coverage
* Fix type error
* Replace fnv-plus with custom 64-bit FNV1-a
* Add exceptions for linting errors
* Add workaround for frame type truncation bug
* Replace prior workaround for truncation bug
This fix supercedes the prior workaround and addresses the truncation at
its source.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit c888aca9b4)
Co-authored-by: Joseph Crail <joseph.crail@elastic.co>
* Fix the loading behavior of "Last test run" and "Last Runs" panels on Synthetics UI -> Monitor Details -> Summary page.
* Do not show `0 ms` duration/rtt if no pings are available for a ping monitor.
(cherry picked from commit 57876a8597)
Co-authored-by: Abdul Wahab Zahid <awahab07@yahoo.com>
* Disable index delete button during process
* Change cancel to close during delete process
(cherry picked from commit cc263538ad)
Co-authored-by: Nav <13634519+navarone-feekery@users.noreply.github.com>
* fix language on page as well as font size
* allow component to take additional filters
* add ability for AlertByStatus to accept additional filters
* update tests for Alert by Status
* remove unused import
* changes from code review
* update constant value from imported version
* fix bad test :(
Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
(cherry picked from commit 055f1c5705)
Co-authored-by: Kristof C <kpac.ja@gmail.com>