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

Document new collect_default_jvm_metrics flag for JMXFetch #6923

Merged
merged 4 commits into from
Dec 11, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cmd/agent/dist/conf.d/jmx.d/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,8 @@ instances:
# exclude:
# bean_regex:
# - <REGEX>

## @param collect_default_jvm_metrics - boolean - optional - default: true
## Allows disabling the collection of default JVM metrics
#
# collect_default_jvm_metrics: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Each section from every releasenote are combined when the
# CHANGELOG.rst is rendered. So the text needs to be worded so that
# it does not depend on any information only available in another
# section. This may mean repeating some details, but each section
# must be readable independently of the other.
#
# Each section note must be formatted as reStructuredText.
---
enhancements:
- |
Added new config option for JMXFetch collect_default_jvm_metrics that enables/disables
default JVM metric collection.