You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,19 @@ npm run token-setup
27
27
28
28
This will prompt for your Cloudflare Account ID, open the browser to create an API token with the required permissions, and collect your Datadog API Key. It automatically creates a `.dev.vars` file.
29
29
30
+
#### Optional: Jurisdiction
31
+
32
+
To run GraphQL queries from a specific jurisdiction (closer to the data source), set the `JURISDICTION` variable in `wrangler.jsonc`:
33
+
34
+
```jsonc
35
+
"vars": {
36
+
"BATCH_SIZE":"5000",
37
+
"JURISDICTION":"eu"// e.g., "eu", "fedramp"
38
+
}
39
+
```
40
+
41
+
This uses a Durable Object to proxy requests from the specified jurisdiction.
0 commit comments