Grafana & Prometheus
Monitor Spice Cloud with Grafana and Prometheus
Prometheus Configuration
global:
scrape_interval: 15s
scrape_configs:
- job_name: spiceai
scheme: https
metrics_path: /v1/metrics
static_configs:
- targets: ['<app-cname>.spiceai.io']
headers:
X-API-Key: <API_KEY>Import Grafana Dashboard
Grafana as a Query Tool
Last updated
Was this helpful?