Health & Metrics
Health Endpoints
Section titled “Health Endpoints”Check server liveness and readiness:
# 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/readyMetrics Endpoint
Section titled “Metrics Endpoint”Prometheus-compatible metrics are exposed at /v1/metrics:
curl http://localhost:6381/v1/metricsKey Metric Names
Section titled “Key Metric Names”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