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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ Required authentication scopes:
35
35
-`Zone/Firewall Services:Read` is required to fetch zone rule name for `cloudflare_zone_firewall_events_count` metric
36
36
-`Account/Account Rulesets:Read` is required to fetch account rule name for `cloudflare_zone_firewall_events_count` metric
37
37
-`Account:Load Balancing: Monitors and Pools:Read` is required to fetch pools origin health status `cloudflare_pool_origin_health_status` metric
38
-
-`Account/Workers KV Storage:Read` is required for KV metrics
39
38
-`Cloudflare Tunnel Read` is required to fetch Cloudflare Tunnel (Cloudflare Zero Trust) metrics
40
39
41
40
To authenticate this way, only set `CF_API_TOKEN` (omit `CF_API_EMAIL` and `CF_API_KEY`)
@@ -67,7 +66,7 @@ The exporter can be configured using env variables or command flags.
67
66
|`SCRAPE_DELAY`| scrape delay in seconds, default `300`|
68
67
|`SCRAPE_INTERVAL`| scrape interval in seconds (will query cloudflare every SCRAPE_INTERVAL seconds), default `60`|
69
68
|`METRICS_DENYLIST`| (Optional) cloudflare-exporter metrics to not export, comma delimited list of cloudflare-exporter metrics. If not set, all metrics are exported |
|`KV_NAMESPACE_IDS`| (Optional) KV namespace IDs to track individually, comma delimited. Unlisted namespaces are aggregated as `other`|
71
70
|`ENABLE_PPROF`| (Optional) enable pprof profiling endpoints at `/debug/pprof/`. Accepts `true` or `false`, default `false`. **Warning**: Only enable in development/debugging environments |
72
71
|`ZONE_<NAME>`|`DEPRECATED since 0.0.5` (optional) Zone ID. Add zones you want to scrape by adding env vars in this format. You can find the zone ids in Cloudflare dashboards. |
73
72
|`LOG_LEVEL`| Set loglevel. Options are error, warn, info, debug. default `error`|
@@ -86,7 +85,7 @@ Corresponding flags:
86
85
-metrics_path="/metrics": path for metrics, default /metrics
87
86
-scrape_delay=300: scrape delay in seconds, defaults to 300
88
87
-scrape_interval=60: scrape interval in seconds, defaults to 60
0 commit comments