CrowdSec Prometheus Metrics
This release adds an optional Metrics page backed by CrowdSec's Prometheus endpoint.
What's New
- Added a dedicated Metrics page for CrowdSec runtime metrics.
- Shows bouncer, machine, parser, AppSec, and whitelist metrics that are not already covered by the alert and decision views.
- Uses the existing global refresh interval, but only refreshes while the Metrics page is open.
- Keeps the Metrics page visible when Prometheus is not configured and shows a setup hint instead.
- Added a General setting to hide the Metrics page from the sidebar.
- Added README documentation for enabling CrowdSec Prometheus metrics with
level: full. - Added translations for the new Metrics UI across all supported languages.
Configuration
Set CROWDSEC_PROMETHEUS_URL to your CrowdSec Prometheus endpoint, for example:
CROWDSEC_PROMETHEUS_URL=http://crowdsec:6060/metricsScreenshot
Changes
- Add optional CrowdSec metrics page (#307)
Contributors
Docker
docker pull ghcr.io/TheDuffman85/crowdsec-web-ui:2026.6.11