Skip to content

Commit 4711963

Browse files
authored
Document new collect_default_jvm_metrics flag for JMXFetch integrations (#8153)
* update configs * Feedback * Re-word description
1 parent 986dfdd commit 4711963

File tree

14 files changed

+72
-1
lines changed

14 files changed

+72
-1
lines changed

activemq/datadog_checks/activemq/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ instances:
143143
#
144144
# rmi_client_timeout: 15000
145145

146+
## @param collect_default_jvm_metrics - boolean - optional - default: true
147+
## Configures the collection of default JVM metrics.
148+
#
149+
# collect_default_jvm_metrics: true
150+
146151
## @param tags - list of strings - optional
147152
## A list of tags to attach to every metric and service check emitted by this instance.
148153
##

cassandra/datadog_checks/cassandra/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ instances:
149149
#
150150
# rmi_client_timeout: 15000
151151

152+
## @param collect_default_jvm_metrics - boolean - optional - default: true
153+
## Configures the collection of default JVM metrics.
154+
#
155+
# collect_default_jvm_metrics: true
156+
152157
## @param tags - list of strings - optional
153158
## A list of tags to attach to every metric and service check emitted by this instance.
154159
##

confluent_platform/datadog_checks/confluent_platform/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ instances:
154154
#
155155
# rmi_client_timeout: 15000
156156

157+
## @param collect_default_jvm_metrics - boolean - optional - default: true
158+
## Configures the collection of default JVM metrics.
159+
#
160+
# collect_default_jvm_metrics: true
161+
157162
## @param tags - list of strings - optional
158163
## A list of tags to attach to every metric and service check emitted by this instance.
159164
##

datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/jmx.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@
104104
will give up on that connection and retry.
105105
value:
106106
example: 15000
107-
type: number
107+
type: number
108+
109+
- name: collect_default_jvm_metrics
110+
description: Configures the collection of default JVM metrics.
111+
value:
112+
example: true
113+
type: boolean
108114

109115
- template: instances/default

hazelcast/datadog_checks/hazelcast/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ instances:
191191
#
192192
# rmi_client_timeout: 15000
193193

194+
## @param collect_default_jvm_metrics - boolean - optional - default: true
195+
## Configures the collection of default JVM metrics.
196+
#
197+
# collect_default_jvm_metrics: true
198+
194199
## @param tags - list of strings - optional
195200
## A list of tags to attach to every metric and service check emitted by this instance.
196201
##

hive/datadog_checks/hive/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ instances:
143143
#
144144
# rmi_client_timeout: 15000
145145

146+
## @param collect_default_jvm_metrics - boolean - optional - default: true
147+
## Configures the collection of default JVM metrics.
148+
#
149+
# collect_default_jvm_metrics: true
150+
146151
## @param tags - list of strings - optional
147152
## A list of tags to attach to every metric and service check emitted by this instance.
148153
##

hivemq/datadog_checks/hivemq/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ instances:
143143
#
144144
# rmi_client_timeout: 15000
145145

146+
## @param collect_default_jvm_metrics - boolean - optional - default: true
147+
## Configures the collection of default JVM metrics.
148+
#
149+
# collect_default_jvm_metrics: true
150+
146151
## @param tags - list of strings - optional
147152
## A list of tags to attach to every metric and service check emitted by this instance.
148153
##

ignite/datadog_checks/ignite/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ instances:
143143
#
144144
# rmi_client_timeout: 15000
145145

146+
## @param collect_default_jvm_metrics - boolean - optional - default: true
147+
## Configures the collection of default JVM metrics.
148+
#
149+
# collect_default_jvm_metrics: true
150+
146151
## @param tags - list of strings - optional
147152
## A list of tags to attach to every metric and service check emitted by this instance.
148153
##

jboss_wildfly/datadog_checks/jboss_wildfly/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ instances:
156156
#
157157
# rmi_client_timeout: 15000
158158

159+
## @param collect_default_jvm_metrics - boolean - optional - default: true
160+
## Configures the collection of default JVM metrics.
161+
#
162+
# collect_default_jvm_metrics: true
163+
159164
## @param tags - list of strings - optional
160165
## A list of tags to attach to every metric and service check emitted by this instance.
161166
##

kafka/datadog_checks/kafka/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ instances:
143143
#
144144
# rmi_client_timeout: 15000
145145

146+
## @param collect_default_jvm_metrics - boolean - optional - default: true
147+
## Configures the collection of default JVM metrics.
148+
#
149+
# collect_default_jvm_metrics: true
150+
146151
## @param tags - list of strings - optional
147152
## A list of tags to attach to every metric and service check emitted by this instance.
148153
##

presto/datadog_checks/presto/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ instances:
143143
#
144144
# rmi_client_timeout: 15000
145145

146+
## @param collect_default_jvm_metrics - boolean - optional - default: true
147+
## Configures the collection of default JVM metrics.
148+
#
149+
# collect_default_jvm_metrics: true
150+
146151
## @param tags - list of strings - optional
147152
## A list of tags to attach to every metric and service check emitted by this instance.
148153
##

solr/datadog_checks/solr/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ instances:
143143
#
144144
# rmi_client_timeout: 15000
145145

146+
## @param collect_default_jvm_metrics - boolean - optional - default: true
147+
## Configures the collection of default JVM metrics.
148+
#
149+
# collect_default_jvm_metrics: true
150+
146151
## @param tags - list of strings - optional
147152
## A list of tags to attach to every metric and service check emitted by this instance.
148153
##

sonarqube/datadog_checks/sonarqube/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,11 @@ instances:
229229
#
230230
# rmi_client_timeout: 15000
231231

232+
## @param collect_default_jvm_metrics - boolean - optional - default: true
233+
## Configures the collection of default JVM metrics.
234+
#
235+
# collect_default_jvm_metrics: true
236+
232237
## @param tags - list of strings - optional
233238
## A list of tags to attach to every metric and service check emitted by this instance.
234239
##

tomcat/datadog_checks/tomcat/data/conf.yaml.example

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ instances:
143143
#
144144
# rmi_client_timeout: 15000
145145

146+
## @param collect_default_jvm_metrics - boolean - optional - default: true
147+
## Configures the collection of default JVM metrics.
148+
#
149+
# collect_default_jvm_metrics: true
150+
146151
## @param tags - list of strings - optional
147152
## A list of tags to attach to every metric and service check emitted by this instance.
148153
##

0 commit comments

Comments
 (0)