diff --git a/activemq/datadog_checks/activemq/data/conf.yaml.example b/activemq/datadog_checks/activemq/data/conf.yaml.example index 7294a1c2a88d1..a2d7134265782 100644 --- a/activemq/datadog_checks/activemq/data/conf.yaml.example +++ b/activemq/datadog_checks/activemq/data/conf.yaml.example @@ -143,6 +143,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/cassandra/datadog_checks/cassandra/data/conf.yaml.example b/cassandra/datadog_checks/cassandra/data/conf.yaml.example index 95a142922c7de..30a22590731c9 100644 --- a/cassandra/datadog_checks/cassandra/data/conf.yaml.example +++ b/cassandra/datadog_checks/cassandra/data/conf.yaml.example @@ -149,6 +149,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/confluent_platform/datadog_checks/confluent_platform/data/conf.yaml.example b/confluent_platform/datadog_checks/confluent_platform/data/conf.yaml.example index eecc9d6fc137b..aca86869d8b61 100644 --- a/confluent_platform/datadog_checks/confluent_platform/data/conf.yaml.example +++ b/confluent_platform/datadog_checks/confluent_platform/data/conf.yaml.example @@ -154,6 +154,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/jmx.yaml b/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/jmx.yaml index 9f564af468c45..e5d042099883f 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/jmx.yaml +++ b/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/jmx.yaml @@ -104,6 +104,12 @@ will give up on that connection and retry. value: example: 15000 - type: number + type: number + +- name: collect_default_jvm_metrics + description: Configures the collection of default JVM metrics. + value: + example: true + type: boolean - template: instances/default diff --git a/hazelcast/datadog_checks/hazelcast/data/conf.yaml.example b/hazelcast/datadog_checks/hazelcast/data/conf.yaml.example index 39ee4423da8df..057140b3ab8e1 100644 --- a/hazelcast/datadog_checks/hazelcast/data/conf.yaml.example +++ b/hazelcast/datadog_checks/hazelcast/data/conf.yaml.example @@ -191,6 +191,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/hive/datadog_checks/hive/data/conf.yaml.example b/hive/datadog_checks/hive/data/conf.yaml.example index 9cb8775b6d865..63d8bb3a7e997 100644 --- a/hive/datadog_checks/hive/data/conf.yaml.example +++ b/hive/datadog_checks/hive/data/conf.yaml.example @@ -143,6 +143,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/hivemq/datadog_checks/hivemq/data/conf.yaml.example b/hivemq/datadog_checks/hivemq/data/conf.yaml.example index 2c057c93a0dde..411a1048ce101 100644 --- a/hivemq/datadog_checks/hivemq/data/conf.yaml.example +++ b/hivemq/datadog_checks/hivemq/data/conf.yaml.example @@ -143,6 +143,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/ignite/datadog_checks/ignite/data/conf.yaml.example b/ignite/datadog_checks/ignite/data/conf.yaml.example index 47fb904be60c8..9234d0613751d 100644 --- a/ignite/datadog_checks/ignite/data/conf.yaml.example +++ b/ignite/datadog_checks/ignite/data/conf.yaml.example @@ -143,6 +143,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/jboss_wildfly/datadog_checks/jboss_wildfly/data/conf.yaml.example b/jboss_wildfly/datadog_checks/jboss_wildfly/data/conf.yaml.example index 8395e49654239..53a504e08dbed 100644 --- a/jboss_wildfly/datadog_checks/jboss_wildfly/data/conf.yaml.example +++ b/jboss_wildfly/datadog_checks/jboss_wildfly/data/conf.yaml.example @@ -156,6 +156,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/kafka/datadog_checks/kafka/data/conf.yaml.example b/kafka/datadog_checks/kafka/data/conf.yaml.example index 1ad90a29f04e9..c4ea0269cc088 100644 --- a/kafka/datadog_checks/kafka/data/conf.yaml.example +++ b/kafka/datadog_checks/kafka/data/conf.yaml.example @@ -143,6 +143,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/presto/datadog_checks/presto/data/conf.yaml.example b/presto/datadog_checks/presto/data/conf.yaml.example index 845fe616d34ce..8f94d58c66ebb 100644 --- a/presto/datadog_checks/presto/data/conf.yaml.example +++ b/presto/datadog_checks/presto/data/conf.yaml.example @@ -143,6 +143,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/solr/datadog_checks/solr/data/conf.yaml.example b/solr/datadog_checks/solr/data/conf.yaml.example index d01bc4f06aa38..b080b7f9a68d8 100644 --- a/solr/datadog_checks/solr/data/conf.yaml.example +++ b/solr/datadog_checks/solr/data/conf.yaml.example @@ -143,6 +143,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/sonarqube/datadog_checks/sonarqube/data/conf.yaml.example b/sonarqube/datadog_checks/sonarqube/data/conf.yaml.example index b655fc9faded0..da55dbe6f668d 100644 --- a/sonarqube/datadog_checks/sonarqube/data/conf.yaml.example +++ b/sonarqube/datadog_checks/sonarqube/data/conf.yaml.example @@ -229,6 +229,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ## diff --git a/tomcat/datadog_checks/tomcat/data/conf.yaml.example b/tomcat/datadog_checks/tomcat/data/conf.yaml.example index f4f72136f2029..33c6e98b430fb 100644 --- a/tomcat/datadog_checks/tomcat/data/conf.yaml.example +++ b/tomcat/datadog_checks/tomcat/data/conf.yaml.example @@ -143,6 +143,11 @@ instances: # # rmi_client_timeout: 15000 + ## @param collect_default_jvm_metrics - boolean - optional - default: true + ## Configures the collection of default JVM metrics. + # + # collect_default_jvm_metrics: true + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ##