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

[Ed 4247] Add new dashboard #4000

Merged
merged 4 commits into from
May 15, 2024
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
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
Loading