-
Notifications
You must be signed in to change notification settings - Fork 532
Document service log correlation #10454
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
Document service log correlation #10454
Conversation
This pull request does not have a backport label. Could you fix it @SylvainJuge? 🙏
NOTE: |
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.
A few editorial changes. Otherwise looks good.
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.
Thank you! Should this be backported to 8.7?
@bmorelli25 Thanks for the review, I've added the 8.7 backport label, however it seems to be stuck on |
It is not really stuck, the lint is not run, and the check is required, so the PR will never allow merging. Lint is in https://github.com/elastic/apm-server/blob/main/.github/workflows/ci.yml#L26, but that workflow does not run on docs, and https://github.com/elastic/apm-server/blob/main/.github/workflows/ci-docs.yml does not have lint check. The solution is to split the lint to a separate workflow. |
Thanks, @kuisathaverat! @SylvainJuge, While we wait for ci to be fixed, I've pushed an empty yaml file to this PR so that the full ci suite is triggered. This will allow us to merge this PR in the meantime. |
This comment was marked as resolved.
This comment was marked as resolved.
@SylvainJuge it looks like some of your commits (and mine) are unsigned. I'm not sure how to remedy that. I finally figured out how to sign my commits but I'm not sure what to do since we each have unsigned commits. |
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
6934f43
to
baf1c0a
Compare
Apologies for force pushing to your branch, but that seems to have signed all of the commits. |
* update docs * Apply suggestions from code review Co-authored-by: DeDe Morton <dede.morton@elastic.co> * apply suggestions from code review * remove duplication * test --------- Co-authored-by: DeDe Morton <dede.morton@elastic.co> Co-authored-by: bmorelli25 <brandon.morelli@elastic.co> (cherry picked from commit 71b5f2c)
Thanks for dealing with this @bmorelli25 , I don't mind force push if it allows to make changes move forward faster :-). |
* update docs * Apply suggestions from code review Co-authored-by: DeDe Morton <dede.morton@elastic.co> * apply suggestions from code review * remove duplication * test --------- Co-authored-by: DeDe Morton <dede.morton@elastic.co> Co-authored-by: bmorelli25 <brandon.morelli@elastic.co> (cherry picked from commit 71b5f2c)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
* update docs * Apply suggestions from code review Co-authored-by: DeDe Morton <dede.morton@elastic.co> * apply suggestions from code review * remove duplication * test --------- Co-authored-by: DeDe Morton <dede.morton@elastic.co> Co-authored-by: bmorelli25 <brandon.morelli@elastic.co> (cherry picked from commit 71b5f2c)
* update docs * Apply suggestions from code review Co-authored-by: DeDe Morton <dede.morton@elastic.co> * apply suggestions from code review * remove duplication * test --------- Co-authored-by: DeDe Morton <dede.morton@elastic.co> Co-authored-by: bmorelli25 <brandon.morelli@elastic.co> (cherry picked from commit 71b5f2c) Co-authored-by: SylvainJuge <sylvain.juge@elastic.co>
Motivation/summary
Document service-level correlation for logs
part of elastic/apm#765