Skip to content

Commit d2ee6ef

Browse files
committed
Merge branch 'main' of github.com:flarelabs-net/cloudflare-container-metrics-datadog-exporter
2 parents 5cbff1d + 76d45cb commit d2ee6ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,19 @@ npm install
2525
npm run token-setup
2626
```
2727

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 credentials. It automatically creates a `.dev.vars` file.
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.
2929

3030
### Verify
3131

3232
```bash
3333
npx wrangler dev
34+
```
35+
In another terminal run:
36+
37+
```
3438
curl "http://localhost:8787/cdn-cgi/handler/scheduled"
3539
```
40+
You should see an "Ok" response from the curl and logs from the exporter.
3641

3742
### Deploy
3843

0 commit comments

Comments
 (0)