Skip to content

Commit

Permalink
Document new collect_default_jvm_metrics flag for JMXFetch integratio…
Browse files Browse the repository at this point in the history
…ns (#8153)

* update configs

* Feedback

* Re-word description
  • Loading branch information
gh123man authored Dec 11, 2020
1 parent 986dfdd commit 4711963
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 1 deletion.
5 changes: 5 additions & 0 deletions activemq/datadog_checks/activemq/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
5 changes: 5 additions & 0 deletions cassandra/datadog_checks/cassandra/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions hazelcast/datadog_checks/hazelcast/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
5 changes: 5 additions & 0 deletions hive/datadog_checks/hive/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
5 changes: 5 additions & 0 deletions hivemq/datadog_checks/hivemq/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
5 changes: 5 additions & 0 deletions ignite/datadog_checks/ignite/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
5 changes: 5 additions & 0 deletions kafka/datadog_checks/kafka/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
5 changes: 5 additions & 0 deletions presto/datadog_checks/presto/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
5 changes: 5 additions & 0 deletions solr/datadog_checks/solr/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
5 changes: 5 additions & 0 deletions sonarqube/datadog_checks/sonarqube/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down
5 changes: 5 additions & 0 deletions tomcat/datadog_checks/tomcat/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##
Expand Down

0 comments on commit 4711963

Please sign in to comment.