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