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

[6.4.0 Agent Release] - Publicly document jar collector config #192

Closed
jasonjkeller opened this issue Jan 20, 2021 · 1 comment
Closed
Assignees

Comments

@jasonjkeller
Copy link
Contributor

jasonjkeller commented Jan 20, 2021

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:
    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.

@jack-berg
Copy link
Contributor

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.

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

No branches or pull requests

2 participants