Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: removes activemq jmx file #3141

Merged
merged 3 commits into from
Jan 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.