[Profiling] New Profiling ES Flamegraph API#167477
Merged
cauemarcondes merged 17 commits intoelastic:mainfrom Oct 2, 2023
Merged
[Profiling] New Profiling ES Flamegraph API#167477cauemarcondes merged 17 commits intoelastic:mainfrom
cauemarcondes merged 17 commits intoelastic:mainfrom
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
danielmitterdorfer
approved these changes
Sep 28, 2023
Member
danielmitterdorfer
left a comment
There was a problem hiding this comment.
Thanks for this! I had one (optional and non-blocking) hint. Please feel free to address this. LGTM.
x-pack/plugins/profiling_data_access/server/services/fetch_flamechart/index.ts
Outdated
Show resolved
Hide resolved
Contributor
|
Pinging @elastic/apm-ui (Team:APM) |
jloleysens
approved these changes
Sep 28, 2023
Bamieh
approved these changes
Sep 28, 2023
Contributor
Bamieh
left a comment
There was a problem hiding this comment.
LGTM (telemetry addition)
jbcrail
reviewed
Sep 28, 2023
mgiota
approved these changes
Sep 29, 2023
Contributor
mgiota
left a comment
There was a problem hiding this comment.
Actionable Observability changes LGTM!
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Public APIs missing comments
Page load bundle
History
To update your PR or re-run it, just comment with: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New setting was added to go back to use the old one:

In the old API, some logic was still being handled by kibana to create the flamegraph data. This logic was moved to the Profiling ES plugin and a new API was created:
_profiling/flamegraph. We've proven that this has improved the loading time to render the profiling in ~3s.