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

Add buffer limit for stored requests #47

Open
Kyle-Verhoog opened this issue Mar 9, 2022 · 1 comment
Open

Add buffer limit for stored requests #47

Kyle-Verhoog opened this issue Mar 9, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Kyle-Verhoog
Copy link
Member

Currently the test agent will store all requests sent to it, without limit. This causes noticeable performance issues after several thousand traces are collected since the agent works by scanning backwards through all traces when performing operations.

The default should be to only store up to a fixed number of requests with an option to configure it.

@Kyle-Verhoog Kyle-Verhoog added the enhancement New feature or request label Mar 9, 2022
@Kyle-Verhoog Kyle-Verhoog changed the title Add buffer limit for traces Add buffer limit for stored requests Mar 9, 2022
@Kyle-Verhoog Kyle-Verhoog self-assigned this Mar 28, 2022
@Kyle-Verhoog
Copy link
Member Author

@colin-higgins had the idea to also optionally flush them to disk

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

No branches or pull requests

1 participant