-
Notifications
You must be signed in to change notification settings - Fork 166
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
Profiling 8.10 updates #3234
Merged
Merged
Profiling 8.10 updates #3234
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
08e1a39
updated the setup page
iogbole d24e0b3
profiling-setup
iogbole b682f26
elastic-agent
iogbole 8b674bd
Update profiling-no-kernel-version-check.asciidoc
iogbole b2c6981
Update profiling-probabilistic-profiling.asciidoc
iogbole c907d7f
Update profiling-upgrade.asciidoc
iogbole 1a54c2d
Update profiling-upgrade.asciidoc
iogbole edeee4c
Update universal-profiling.asciidoc
iogbole ee67293
updated profiling-flamegraph-view
iogbole d9173c1
profiling-flamegraph-detailed-view
iogbole d3efa6b
profiling-functions-default-view
iogbole 2206f2a
func diff
iogbole 40383a0
profiling-flamegraph-differential-view
iogbole 8d69acc
Update profiling-no-kernel-version-check.asciidoc
iogbole 359c51c
Update profiling-probabilistic-profiling.asciidoc
iogbole a4902ad
Update universal-profiling.asciidoc
iogbole 185a019
Update universal-profiling.asciidoc
iogbole 7b6b648
remove stop
iogbole f7b3821
added a resized startup screenshot
iogbole 1e58c09
Update docs/en/observability/universal-profiling.asciidoc
iogbole 0ec5717
Update docs/en/observability/universal-profiling.asciidoc
iogbole 03fba08
Update docs/en/observability/universal-profiling.asciidoc
iogbole File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+407 KB
(280%)
docs/en/observability/images/profiling-flamegraph-detailed-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.04 MB
(700%)
docs/en/observability/images/profiling-flamegraph-differential-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+456 KB
(560%)
docs/en/observability/images/profiling-functions-default-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+526 KB
(360%)
docs/en/observability/images/profiling-functions-differential-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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.
The first step here should be:
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.
Why would we suggest to stop ingestion?
If our data model will always be backward compatible, there is no need to stop ingesting data, as the new replicas will push the new version (maybe with additional doc fileds?) while the others will keep sending the old data.
Are you saying that we have strict mapping that does not allow adding fields?
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.
I mentioned this because the last step that was mentioned was to start profiling data ingestion. So we either have to add this step or remove the step to start data ingestion.