Skip to content

Commit 48982e6

Browse files
committed
inhouse tip prometheus: scrape simcore services (#1109)
Rabibtmq and service grafana dashboard rely on data scraped from simcore. inhouse tip was not configured to scrape simcore services. This PR fixes it * closes #1088
1 parent ee52b2f commit 48982e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/monitoring/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docker-compose.dalco.yml: docker-compose.dalco.yml.j2 config.prometheus.ceph.sim
7171
# generating $@
7272
@$(call jinja,$<,.env,$@)
7373

74-
docker-compose.public.yml: docker-compose.public.yml.j2 config.prometheus $(COMMON_COMPOSE_DEPENDENCIES)
74+
docker-compose.public.yml: docker-compose.public.yml.j2 config.prometheus.simcore $(COMMON_COMPOSE_DEPENDENCIES)
7575
# generating $@
7676
@$(call jinja,$<,.env,$@)
7777

0 commit comments

Comments
 (0)