Monitoring & Metrics
mise-server exposes a Prometheus-compatible metrics endpoint and includes a built-in web dashboard.
Prometheus Metrics
GET /metricsScrape this endpoint with Prometheus, Grafana Agent, or any compatible collector.
Health Check
GET /healthzReturns {"status": "ok"} when the server is healthy. Use this for load balancer health checks and Kubernetes liveness probes.
Web Dashboard
mise-server includes a built-in Vue.js web dashboard served at the root URL (/). It provides:
- Cache statistics and storage usage
- Registry activity
- User management (admin)
- Vulnerability scan results
Logging
Control log verbosity with the RUST_LOG environment variable:
bash
export RUST_LOG=info # default
export RUST_LOG=mise_server=debug # debug mise-server only
export RUST_LOG=mise_server=trace # verbose tracing