-
Notifications
You must be signed in to change notification settings - Fork 444
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
Add request tracer toggle for httpjson input type #5641
Conversation
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
🌐 Coverage report
|
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 think it would be good to enable the feature in system tests where they exist. Merely exercising the feature could expose critical issues if the feature ever were to trigger something major like a panic. And if someone is debugging system tests that trace log file will already exist for them to analyze.
Breaking this down into multiple PRs to accommodate easy review process |
#6115 - For SEI related integrations |
@bhapas : I see that plan is to segregate the files as per ownership. |
@ishleenk17 Not yet... I am fixing the commits... I will put up a PR and link it here and ping your team |
@ishleenk17 #6160 is the PR |
#6161 For obs-cloud-monitoring team |
#6163 for |
@bhapas Can you please resolve the merge conflicts and rebase against |
What does this PR do?
This PR sets a toggle to
enable_request_tracing
on all httpjson input integrations. It logs the raw requests and responses to a dedicated file. The allows users to collect detailed debugging data that is included in the agent diagnostics dump.This also sets minimum kibana version to 8.7.1 as the changes to handle the tracer filename placeholder
*
are incorporated in this version.Checklist
changelog.yml
file.How to test this PR locally
Related