[8.19] (backport #17135) TBS: Log pubsub errors at error or warn level#17179
[8.19] (backport #17135) TBS: Log pubsub errors at error or warn level#17179mergify[bot] merged 5 commits into8.19from
Conversation
* Surface pubsub subscriber errors by logging at Warn level for 429 and Error level for others, instead of Debug level. Do not log context canceled. This may introduce noise to logs, e.g. when ES returns 429, but at worst it will only log one line every search interval (default = 1m/2 = 30s) which is acceptable. * Also change publisher logs from debug level to error level. (cherry picked from commit 6d41432) # Conflicts: # x-pack/apm-server/sampling/pubsub/pubsub_test.go
|
Cherry-pick of 6d41432 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You may have to fix your CI before adding the pull request to the queue again. |
| github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250512132743-f26db7122f07 | ||
| github.com/elastic/elastic-agent-client/v7 v7.17.0 | ||
| github.com/elastic/elastic-agent-libs v0.19.2 | ||
| github.com/elastic/elastic-agent-libs v0.19.6 |
There was a problem hiding this comment.
[to reviewer] needed for elastic/elastic-agent-libs#312
Motivation/summary
Checklist
- [ ] Update CHANGELOG.asciidocto be done on releaseFor functional changes, consider:
How to test these changes
Covered by unit tests
Related issues
Fixes #17117
This is an automatic backport of pull request #17135 done by [Mergify](https://mergify.com).