b2211aa0eb
Change-Id: I46efbc9be90a8415e60f3db76656e7db3d7bcb54
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP
|
|
|
|
init_config:
|
|
|
|
instances:
|
|
# - host: localhost
|
|
# port: 7199
|
|
# name: jmx_instance
|
|
# user: username
|
|
# password: password
|
|
# #java_bin_path: /path/to/java #Optional, should be set if the agent cannot find your java executable
|
|
# #trust_store_path: /path/to/trustStore.jks # Optional, should be set if ssl is enabled
|
|
# #trust_store_password: password
|
|
# dimensions:
|
|
# env: stage
|
|
# newTag: test
|
|
|
|
#
|
|
# # List of metrics to be collected by the integration
|
|
# # Read http://docs.datadoghq.com/integrations/java/ to learn how to customize it
|
|
# conf:
|
|
# - include:
|
|
# domain: my_domain
|
|
# bean: my_bean
|
|
# attribute:
|
|
# attribute1:
|
|
# metric_type: counter
|
|
# alias: jmx.my_metric_name
|
|
# attribute2:
|
|
# metric_type: gauge
|
|
# alias: jmx.my2ndattribute
|
|
# - include:
|
|
# domain: 2nd_domain
|
|
# - exclude:
|
|
# bean: excluded_bean
|