# Grafana Cloud OTLP credentials — copy to `.env.grafanacloud` and fill in. # Find all three under Grafana Cloud -> Connections -> "OpenTelemetry (OTLP)". # # `.env.grafanacloud` is gitignored; never commit real tokens. # OTLP/HTTP gateway URL for your stack, including the /otlp path. # Example: https://otlp-gateway-prod-us-east-0.grafana.net/otlp GRAFANA_CLOUD_OTLP_ENDPOINT= # Numeric instance/stack id shown on the OTLP connection page # (used as the Basic-auth username). GRAFANA_CLOUD_INSTANCE_ID= # A Cloud Access Policy token with metrics:write, traces:write, logs:write # (used as the Basic-auth password). GRAFANA_CLOUD_API_TOKEN=