Skip to content

Commit d2d063c

Browse files
committed
Add druid and spark VM
1 parent 00330f0 commit d2d063c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

kubernetes/ansible/roles/sunbird-monitoring/templates/additional-scrape-configs.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,21 @@ services:
149149
mongo:
150150
port: 27017
151151
address: ["{{ groups['mongo'] | join('","') }}"]
152+
druid-coordinator:
153+
port: 8081
154+
address: ["{{ groups['raw-coordinator'] | join('","') }}"]
155+
druid-broker:
156+
port: 8082
157+
address: ["{{ groups['raw-broker'] | join('","') }}"]
158+
druid-middlemanager:
159+
port: 8091
160+
address: ["{{ groups['raw-middlemanager'] | join('","') }}"]
161+
druid-overlord:
162+
port: 8090
163+
address: ["{{ groups['raw-overlord'] | join('","') }}"]
164+
spark:
165+
port: 22
166+
address: ["{{ groups['dp-spark-ps'] | join('","') }}"]
152167

153168
{% if additional_blackbox_scrapeconfigs is defined and additional_blackbox_scrapeconfigs %}
154169
{{ additional_blackbox_scrapeconfigs | to_nice_yaml(indent=2) | indent( width=2) }}

0 commit comments

Comments
 (0)