The Aris Brain exposes a Prometheus-compatible API at /prometheus/* for integration with Grafana and other monitoring tools.
The Prometheus query API is a de facto standard for time-series monitoring. By exposing this interface, Aris Brain can integrate with:
- Grafana - Create dashboards and alerts
- Prometheus - Federate metrics
- AlertManager - Configure alerting rules
- Custom tools - Any Prometheus-compatible client
Base URL
Authentication
The Prometheus endpoints require API token authentication (not session tokens).Create an API token via the web UI or /api/tokens endpoint.
Include the token in the Authorization header:
Grafana Configuration
When adding as a Prometheus data source in Grafana:
Available Endpoints
Backend
The Prometheus API proxies to VictoriaMetrics running on the Brain. VictoriaMetrics provides efficient storage and querying of time-series data with full PromQL support.