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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ The exporter can be configured using env variables or command flags.
67
67
|`SCRAPE_DELAY`| scrape delay in seconds, default `300`|
68
68
|`SCRAPE_INTERVAL`| scrape interval in seconds (will query cloudflare every SCRAPE_INTERVAL seconds), default `60`|
69
69
|`METRICS_DENYLIST`| (Optional) cloudflare-exporter metrics to not export, comma delimited list of cloudflare-exporter metrics. If not set, all metrics are exported |
|`ENABLE_PPROF`| (Optional) enable pprof profiling endpoints at `/debug/pprof/`. Accepts `true` or `false`, default `false`. **Warning**: Only enable in development/debugging environments |
71
72
|`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. |
72
73
|`LOG_LEVEL`| Set loglevel. Options are error, warn, info, debug. default `error`|
@@ -85,6 +86,7 @@ Corresponding flags:
85
86
-metrics_path="/metrics": path for metrics, default /metrics
86
87
-scrape_delay=300: scrape delay in seconds, defaults to 300
87
88
-scrape_interval=60: scrape interval in seconds, defaults to 60
0 commit comments