Monitoring
Monitor Spice Cloud apps with Prometheus, Grafana, Datadog, and OpenTelemetry
curl https://<app-cname>.spiceai.io/v1/metrics \
-H "X-API-Key: <API_KEY>"Last updated
Was this helpful?
Monitor Spice Cloud apps with Prometheus, Grafana, Datadog, and OpenTelemetry
Spice Cloud exposes a Prometheus-compatible metrics endpoint (/v1/metrics) on each app instance. Use it to scrape runtime metrics and build dashboards and alerts in your monitoring platform of choice.
curl https://<app-cname>.spiceai.io/v1/metrics \
-H "X-API-Key: <API_KEY>"Pre-built dashboards and setup guides are available:
Portal - Built-in monitoring dashboard in the Spice.ai Cloud portal
Grafana & Prometheus - Scrape metrics with Prometheus, visualize in Grafana
Datadog - Scrape metrics with the Datadog Agent's OpenMetrics integration
Zipkin - Distributed tracing with Zipkin
For the full list of available metrics, see the Metrics API reference.
The metrics endpoint provides Spice runtime metrics only. Kubernetes pod-level metrics (CPU, memory, etc.) are not currently included.
Last updated
Was this helpful?
Was this helpful?