-
Notifications
You must be signed in to change notification settings - Fork 529
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
Update apm data #12242
Merged
Merged
Update apm data #12242
Conversation
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
simitt
force-pushed
the
update-apm-data
branch
from
December 19, 2023 12:18
74785ec
to
b5c95f4
Compare
This pull request does not have a backport label. Could you fix it @simitt? 🙏
NOTE: |
mergify
bot
added
the
backport-skip
Skip notification from the automated backport with mergify
label
Dec 19, 2023
simitt
force-pushed
the
update-apm-data
branch
from
December 19, 2023 12:20
b5c95f4
to
16ba671
Compare
simitt
added
backport-8.12
Automated backport with mergify
and removed
backport-skip
Skip notification from the automated backport with mergify
labels
Dec 19, 2023
simitt
force-pushed
the
update-apm-data
branch
from
December 19, 2023 12:34
cbbbc6f
to
2cde661
Compare
carsonip
previously approved these changes
Dec 19, 2023
carsonip
approved these changes
Dec 19, 2023
mergify bot
pushed a commit
that referenced
this pull request
Dec 19, 2023
* Update to apm-data version to handle empty rquest bodies gracefully * Update apm-data to wrap processor errors * Update apm-data to require one exception.{type,message} for log exceptions (cherry picked from commit 67ec904) # Conflicts: # go.mod # go.sum
mergify bot
added a commit
that referenced
this pull request
Dec 20, 2023
* Update apm data (#12242) * Update to apm-data version to handle empty rquest bodies gracefully * Update apm-data to wrap processor errors * Update apm-data to require one exception.{type,message} for log exceptions (cherry picked from commit 67ec904) # Conflicts: # go.mod # go.sum * fix go dependencies --------- Co-authored-by: Silvia Mitter <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
v1v
added a commit
to v1v/apm-server
that referenced
this pull request
Dec 21, 2023
…lease-process * upstream/main: Remove Nassim Kammah from list of maintainers (elastic#12269) docs: Add tagged regions to changelog (elastic#12251) Update apm data (elastic#12242) Revert "Revise wait_for_integration ES implementation (elastic#12150)" (elastic#12240)
v1v
added a commit
to v1v/apm-server
that referenced
this pull request
Dec 21, 2023
…r-elastic * upstream/main: [updatecli] Bump elastic stack version to 8.13.0-yufkxnwm (elastic#12246) Remove Nassim Kammah from list of maintainers (elastic#12269) docs: Add tagged regions to changelog (elastic#12251) Update apm data (elastic#12242) Revert "Revise wait_for_integration ES implementation (elastic#12150)" (elastic#12240) ci(release): automate release steps (elastic#12234) build(deps): bump the github-actions group with 1 update (elastic#12232) [updatecli] Update to elastic/beats@a633696068ed (elastic#12164) [updatecli] Bump elastic stack version to 8.13.0-h30gube9 (elastic#12235) smoke-test: semver sort latest versions (elastic#12229) [updatecli] Bump Golang version to 1.21.5 (elastic#12191) fix: always try to remap both span and error stacktraces (elastic#12221) [updatecli] Bump elastic stack version to 8.13.0-6av99u5d (elastic#12169) docs: Update changelogs for 8.12 release (elastic#12172)
amannocci
pushed a commit
that referenced
this pull request
Dec 28, 2023
* Update to apm-data version to handle empty rquest bodies gracefully * Update apm-data to wrap processor errors * Update apm-data to require one exception.{type,message} for log exceptions
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.
Motivation/summary
Updates APM Server to a newer version of https://github.com/elastic/apm-data. This should be backported to
8.12.0
and therefore contains bugfixes. A seperate PR will be needed to update apm-server to the most recent feature additions in apm-data.This contains:
Checklist
apmpackage
have been made)For functional changes, consider:
How to test these changes
Related issues