Direct Querying
Query CKS metrics and logs directly
CoreWeave allows for direct querying of metrics and logs collected within a CKS environment for those who wish to use a solution other than managed Grafana or self-hosted Grafana.
To efficiently export metrics and logs at scale, consider setting up telemetry forwarding to an external system.
Querying metrics and logs
Query the API at https://prometheus.us-east-03.coreweave.com
to access both metrics and logs.
To query metrics, use the standard Prometheus API and PromQL query language. For logs, use Loki's LogQL query language.
Note
CoreWeave does not support the Prometheus Federation API.