Skip to content

Health & Metrics

Check server liveness and readiness:

Terminal window
# Liveness — is the process up?
curl http://localhost:6381/v1/health/live
# Readiness — is the server ready to accept requests?
curl http://localhost:6381/v1/health/ready

Prometheus-compatible metrics are exposed at /v1/metrics:

Terminal window
curl http://localhost:6381/v1/metrics

This section will document the key metric names emitted by HEBBS, including:

  • Latency histograms for store, recall, and other operations
  • Gauges for memory count, index size, and resource usage
  • Counters for request volume and error rates