Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Document new collect_default_jvm_metrics flag for JMXFetch (DataDog#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 and sergei-deliveroo committed Mar 24, 2021
1 parent 77f3687 commit 15cf0dd
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 15cf0dd

Please sign in to comment.