We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that on my Caddy instances, the only Souin Prometheus metric that appears to be working is souin_request_counter.
souin_request_counter
All of the other ones simply remain at 0.
The text was updated successfully, but these errors were encountered:
Hello @jpds what's your configuration please?
Sorry, something went wrong.
Basically:
{ admin [::]:2019 # Souin order cache before rewrite cache { default_cache_control "public" key { hide } nuts { path /var/lib/caddy/souin/ } stale 3h ttl 14h } servers { metrics log_credentials } } test.example.com { cache reverse_proxy [2001:db8::80]:8080 }
I did see that Souin had its own api.prometheus option - but it's odd that that one metric would be working without that too.
api.prometheus
Successfully merging a pull request may close this issue.
I noticed that on my Caddy instances, the only Souin Prometheus metric that appears to be working is
souin_request_counter
.All of the other ones simply remain at 0.
The text was updated successfully, but these errors were encountered: