Skip to content

Commit

Permalink
Document new collect_default_jvm_metrics flag for JMXFetch (#6923)
Browse files Browse the repository at this point in the history
* update JMX docs

* release notes

* better doc string

* update docs to match integrations
  • Loading branch information
gh123man authored Dec 11, 2020
1 parent 595446d commit 82e8666
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
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
## Configures the collection of default JVM metrics.
#
# collect_default_jvm_metrics: true
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.

0 comments on commit 82e8666

Please sign in to comment.