We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c425c1 commit f5fc8a5Copy full SHA for f5fc8a5
docker-compose.yml
@@ -81,7 +81,6 @@ services:
81
82
prometheus:
83
image: prom/prometheus:v2.53.4
84
- container_name: prometheus
85
volumes:
86
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro
87
command:
@@ -93,7 +92,6 @@ services:
93
92
94
grafana:
95
image: grafana/grafana:latest
96
- container_name: grafana
97
depends_on:
98
- prometheus
99
ports:
frankenphp.md
@@ -20,7 +20,7 @@ Go to - http://localhost:8080/
20
21
Check franken metric is up
22
23
-go to http://localhost:2020/metrics
+go to http://localhost:2019/metrics
24
25
Find CTRL / CMD + F `frankenphp_total_threads`
26
0 commit comments