We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is dependent on #183 being included in the 6.4.0 agent release and the artifact being published.
Along with this PR I think we should update the public agent config doc to include a section on the jar_collector config options:
jar_collector
jar_collector: enabled: true # default true max_class_loaders: 300 # default 5000 skip_temp_jars: true # default true jars_per_second: 5 # default 10
It doesn't look like we publicly document any of these config settings.
The text was updated successfully, but these errors were encountered:
Done.
And it also turns out that max_class_loaders isn't used anywhere, so I've removed that property in a new commit on #183.
max_class_loaders
Sorry, something went wrong.
jack-berg
No branches or pull requests
This is dependent on #183 being included in the 6.4.0 agent release and the artifact being published.
Along with this PR I think we should update the public agent config doc to include a section on the
jar_collector
config options:It doesn't look like we publicly document any of these config settings.
The text was updated successfully, but these errors were encountered: