Added per_host documentation to options.md

This commit is contained in:
Camerin Figueroa 2025-02-28 16:52:55 -05:00 committed by GitHub
parent 6b31affd1e
commit 1e9490db08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -969,6 +969,15 @@ Enables Prometheus metrics collection; necessary before scraping metrics. Note t
}
```
You can add or remove the per_host option to separate metrics for each host rather than for the entire caddy server.
```caddy
{
metrics {
per_host
}
}
```
##### `trace`