Export Prometheus metrics from Beamer process

This commit is contained in:
Kevin McConnell
2025-09-22 14:13:04 +01:00
parent 8de84ad329
commit 7b23e9f108
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ accessories:
user: 1000 # Match the UID of the Rails app, for volume permissions
volumes:
- fizzy:/home/beamer
cmd: beamer run --retention=1h
cmd: beamer run --retention=1h --metrics-port=9000
port: 5001:5001
hosts:
- fizzy-beta-app-01
+1 -1
View File
@@ -29,7 +29,7 @@ accessories:
user: 1000 # Match the UID of the Rails app, for volume permissions
volumes:
- fizzy:/home/beamer
cmd: beamer run --retention=1h
cmd: beamer run --retention=1h --metrics-port=9000
port: 5001:5001
hosts:
- fizzy-app-101
+1 -1
View File
@@ -29,7 +29,7 @@ accessories:
user: 1000 # Match the UID of the Rails app, for volume permissions
volumes:
- fizzy:/home/beamer
cmd: beamer run --retention=1h
cmd: beamer run --retention=1h --metrics-port=9000
port: 5001:5001
hosts:
- fizzy-staging-app-01