Skip to content
Snippets Groups Projects
Commit 99fb55cc authored by Jan David Mol's avatar Jan David Mol
Browse files

expose metrics of scheduling_service

parent ceb0c36b
No related branches found
No related tags found
1 merge request!1458Add custom monitoring points to LTA ingest, TMSS backend, and scheduling service
......@@ -221,7 +221,9 @@ services:
environment:
- USER=lofarsys
- HOME=/localhome/lofarsys
command: /bin/bash -c 'source /opt/lofar/lofarinit.sh; exec tmss_scheduling_service'
command: /bin/bash -c 'source /opt/lofar/lofarinit.sh; exec tmss_scheduling_service --prometheus_port=8003'
ports:
- 8003:8003
depends_on:
db_migrate:
condition: service_completed_successfully
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment