Skip to content

Commit e5ca1e9

Browse files
authored
Fix rabbit prometheus scrape config on master (#1049)
Related issue(s): * #1048
1 parent faeb5f0 commit e5ca1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/monitoring/prometheus/prometheus-simcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ scrape_configs:
9292
- names:
9393
- "tasks.production_rabbit"
9494
- "tasks.staging_rabbit"
95-
- "task.master_rabbit"
95+
- "tasks.master_rabbit"
9696
type: "A"
9797
port: 15692
9898
- names:

0 commit comments

Comments
 (0)