> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I set up self-hosted Grafana with CoreWeave data sources?

Deploy CoreWeave's Grafana chart to your CKS cluster and configure auth on the pre-installed data sources. Add the CoreWeave Helm repo with `helm repo add coreweave https://charts.core-services.ingress.coreweave.com`, then run `helm install -n "[MY-NAMESPACE]" grafana coreweave/grafana`. The chart installs Grafana with the `CoreWeave Metrics` and `CoreWeave Logs` data sources pre-configured against the correct CoreWeave endpoints. Open each data source's settings, add an `Authorization` HTTP header with the value `Bearer [ACCESS-TOKEN]` (using a [CoreWeave API access token](/security/authn-authz/managed-auth/api-access)), and set the HTTP method to `GET`. Self-hosting is customer-managed. You own setup, upgrades, and hosting costs.

For the full step-by-step procedure, see [Self-hosted Grafana](/observability/self-hosted-grafana).

***

<Badge stroke shape="pill" color="blue" size="md">[Administrator](/support/observability/tags/administrator)</Badge>
