Skip to content
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

HTTP Request log sampling #4145

Open
michel-laterman opened this issue Nov 22, 2024 · 0 comments
Open

HTTP Request log sampling #4145

michel-laterman opened this issue Nov 22, 2024 · 0 comments

Comments

@michel-laterman
Copy link
Contributor

HTTP logs are only written if the Debug level is enabled, or if a request results in a non-2XX response.
We should change this to allow logging of 2XX responses with some level of sampling when Debug is not enabled.

A BurstSampler may be a good fit for this as it would limit the logs emitted during during activity spikes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant