What does remaining_auto_https_redirects means?

This question doesn’t seem fit for the template, so ignoring that

Where can I find documentation regarding this metric? I checked Monitoring Caddy with Prometheus metrics — Caddy Documentation

1 Like

That server name comes from here:

Basically, as part of the Automatic HTTPS setup, if there was no server explicitly configured that listens on :80, Caddy will automatically add a server with that name which will handle HTTP->HTTPS redirects.

Admittedly, that server name is probably not the best when seen in the metrics, but yeah, basically those are just metrics pertaining to HTTP->HTTPS redirects.

1 Like

Thanks, that makes sense. I was little thrown off by the “remaining” prefix.

This topic was automatically closed after 30 days. New replies are no longer allowed.