diff --git a/activemq/datadog_checks/activemq/data/conf.yaml.example b/activemq/datadog_checks/activemq/data/conf.yaml.example index 7294a1c2a88d1..82e760129d34b 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..1c3290144e3d2 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..f28406c75c679 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..7564656e34280 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: Allows disabling the collection of default JVM metrics + value: + example: false + 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..bf866c38cf071 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..d525ba1684724 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..2d91f2c4d8e9f 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..f6083df64c465 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..e4b938359252f 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..e401d0f0354f5 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..26180da43ceb5 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..e5caf6a557d96 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..ab769024b9116 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @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..71335113c191e 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: false + ## Allows disabling the collection of default JVM metrics + # + # collect_default_jvm_metrics: false + ## @param tags - list of strings - optional ## A list of tags to attach to every metric and service check emitted by this instance. ##