githubEdit

chart-mixedMonitoring

Monitor Spice Cloud apps with Prometheus, Grafana, Datadog, and OpenTelemetry

Spice Cloud exposes a Prometheus-compatible metrics endpointarrow-up-right (/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 referencearrow-up-right.

circle-exclamation

Last updated

Was this helpful?