Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Kévin Dunglas <[email protected]>
  • Loading branch information
withinboredom and dunglas committed Sep 25, 2024
1 parent da9368f commit eed12d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

When [Caddy metrics](https://caddyserver.com/docs/metrics) are enabled, FrankenPHP exposes the following metrics:

- `frankenphp_[worker]_total_workers`: The total number of workers.
- `frankenphp_[worker]_busy_workers`: The number of workers currently processing a request.
- `frankenphp_[worker]_worker_request_time`: The time spent processing a requests by all workers.
- `frankenphp_[worker]_worker_request_count`: The number of requests processed by all workers.
- `frankenphp_total_threads`: The total number of php threads.
- `frankenphp_busy_threads`: The number of php threads currently processing a request (running workers always consume a thread).
* `frankenphp_[worker]_total_workers`: The total number of workers.
* `frankenphp_[worker]_busy_workers`: The number of workers currently processing a request.
* `frankenphp_[worker]_worker_request_time`: The time spent processing requests by all workers.
* `frankenphp_[worker]_worker_request_count`: The number of requests processed by all workers.
* `frankenphp_total_threads`: The total number of PHP threads.
* `frankenphp_busy_threads`: The number of PHP threads currently processing a request (running workers always consume a thread).

For worker metrics, the `[worker]` placeholder is replaced by the worker script path in the Caddyfile.

0 comments on commit eed12d2

Please sign in to comment.