We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_jmx
1 parent 8ec514e commit e591b63Copy full SHA for e591b63
recipes/solr.rb
@@ -1,7 +1,7 @@
1
include_recipe 'datadog::dd-agent'
2
3
# Monitor solr
4
-# @see https://github.com/DataDog/integrations-core/blob/master/solr/conf.yaml.example Solr Example
+# @see https://github.com/DataDog/integrations-core/blob/master/solr/datadog_checks/solr/data/conf.yaml.example Solr Example
5
# @example
6
#
7
templates/default/solr.yaml.erb
@@ -5,6 +5,8 @@
# List of metrics to be collected by the integration
# Read http://docs.datadoghq.com/integrations/java/ to learn how to customize it
init_config:
8
+ is_jmx: true
9
+ collect_default_metrics: true
10
conf:
11
- include:
12
type: searcher
0 commit comments