Skip to content

Commit

Permalink
[Ed 4247] Add new dashboard (#4000)
Browse files Browse the repository at this point in the history
* Add VMs for monitoring

* Fix typo

* Add druid and spark VM

* Add new dashboard
  • Loading branch information
santhosh-tg authored May 15, 2024
1 parent d7b7afd commit 38b8411
Show file tree
Hide file tree
Showing 3 changed files with 863 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,31 @@ services:
es:
port: 9200
address: ["{{ groups['es'] | join('","') }}"]
postgres:
port: 5432
address: ["{{ groups['postgres'] | join('","') }}"]
neo4j:
port: 7687
address: ["{{ groups['learning-neo4j-node1'] | join('","') }}"]
mongo:
port: 27017
address: ["{{ groups['mongo'] | join('","') }}"]
druid-coordinator:
port: 8081
address: ["{{ groups['raw-coordinator'] | join('","') }}"]
druid-broker:
port: 8082
address: ["{{ groups['raw-broker'] | join('","') }}"]
druid-middlemanager:
port: 8091
address: ["{{ groups['raw-middlemanager'] | join('","') }}"]
druid-overlord:
port: 8090
address: ["{{ groups['raw-overlord'] | join('","') }}"]
spark:
port: 22
address: ["{{ groups['dp-spark-ps'] | join('","') }}"]

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

0 comments on commit 38b8411

Please sign in to comment.