Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caddy v2.9.0: Documentation about metrics is not updated #435

Open
jeroenvermeulen opened this issue Jan 1, 2025 · 1 comment
Open

Caddy v2.9.0: Documentation about metrics is not updated #435

jeroenvermeulen opened this issue Jan 1, 2025 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@jeroenvermeulen
Copy link

jeroenvermeulen commented Jan 1, 2025

v2.9.0 contains caddyserver/caddy@388c7e8 metrics: move metrics up, outside servers (caddyserver/caddy#6606)

If you are using a Caddyfile the documentation still tells you to do

{
    servers {
        metrics
    }
}

while it should become

{
    metrics
}
@mholt
Copy link
Member

mholt commented Jan 1, 2025

Ah yeah, it can take us a few days to update the documentation sometimes -- we'll work on it. (Or a PR is welcome.) Happy New Year holiday!

@mholt mholt transferred this issue from caddyserver/caddy Jan 1, 2025
@mholt mholt added the documentation Improvements or additions to documentation label Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants