Skip to content

Commit

Permalink
WARNING: removes old activemq jmx file (#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmeyer authored Jan 23, 2017
1 parent 00c5883 commit f7f8b71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 75 deletions.
11 changes: 9 additions & 2 deletions conf.d/activemq.yaml.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
##########
# WARNING
##########
# This sample works only for ActiveMQ >= 5.8.0
# If you are running a version older than that, you can refer to agent 5.10.x released
# sample files, https://raw.githubusercontent.com/DataDog/dd-agent/5.10.1/conf.d/activemq.yaml.example

instances:
- host: localhost
port: 1099
Expand All @@ -20,7 +27,7 @@ instances:
init_config:
conf:
- include:
Type: Queue
destinationType: Queue
attribute:
AverageEnqueueTime:
alias: activemq.queue.avg_enqueue_time
Expand Down Expand Up @@ -60,7 +67,7 @@ init_config:
metric_type: counter

- include:
Type: Broker
type: Broker
attribute:
StorePercentUsage:
alias: activemq.broker.store_pct
Expand Down
73 changes: 0 additions & 73 deletions conf.d/activemq_58.yaml.example

This file was deleted.

0 comments on commit f7f8b71

Please sign in to comment.