Skip to content

Commit 44b863f

Browse files
committed
feat(fpm): fix prom png
1 parent 839c252 commit 44b863f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fpm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ Go to **URL:** http://localhost:9253/metrics
180180

181181
**Key Metrics:**
182182
- `phpfpm_up` - FPM service health (1=up, 0=down)
183-
- `phpfpm_processes_total` - Total number of processes
184183
- `phpfpm_active_processes` - Currently active processes
185184
- `phpfpm_idle_processes` - Idle processes waiting for requests
186185
- `phpfpm_max_active_processes` - Peak active processes
@@ -201,7 +200,7 @@ make ps | grep prom
201200

202201
http://localhost:9090/targets?search=
203202

204-
![Prometheus Targets](docs/images/fpm-exporter.png)
203+
![Prometheus Targets](docs/images/prometheus-fpm.png)
205204

206205
Verify the FPM exporter target is "UP" and being scraped successfully.
207206

0 commit comments

Comments
 (0)