Skip to content

Commit

Permalink
Add support for custom instance tags in jmxfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Hakim committed Mar 20, 2014
1 parent 2af25c0 commit 5382422
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
Binary file modified checks/libs/jmxfetch-0.3.0-jar-with-dependencies.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions conf.d/activemq.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ instances:
# #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
# tags:
# 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
Expand Down
4 changes: 4 additions & 0 deletions conf.d/activemq_58.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ instances:
# #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
# tags:
# env: stage
# newTag: test



# List of metrics to be collected by the integration
Expand Down
4 changes: 4 additions & 0 deletions conf.d/jmx.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ instances:
# #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
# tags:
# 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
Expand Down
4 changes: 4 additions & 0 deletions conf.d/kafka.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ instances:
# #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
# tags:
# env: stage
# newTag: test



init_config:
Expand Down
4 changes: 4 additions & 0 deletions conf.d/solr.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ instances:
# #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
# tags:
# env: stage
# newTag: test



# List of metrics to be collected by the integration
Expand Down
4 changes: 4 additions & 0 deletions conf.d/tomcat.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ instances:
# #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
# tags:
# 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
Expand Down

0 comments on commit 5382422

Please sign in to comment.