Raw Prometheus and Clickhouse API
Use raw prometheus api calls
Raw Prometheus API
# Query current metrics
curl -H "Authorization: Bearer <YOUR_API_KEY>" \
"https://app.groundcover.com/api/prometheus/api/v1/query?query=up"Legacy API
# Query current logs (legacy endpoint)
curl https://ds.groundcover.com/ -H "X-ClickHouse-Key: DS-API-KEY-VALUE" --data "SELECT count() FROM groundcover.logs LIMIT 1 FORMAT JSON" Last updated
