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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Corresponding flags:
67
67
```
68
68
-cf_api_email="": cloudflare api email, works with api_key flag
69
69
-cf_api_key="": cloudflare api key, works with api_email flag
70
-
-cf_api_token="": cloudflare api token (version 0.0.5+, preferred)
70
+
-cf_api_token="": cloudflare api token
71
71
-cf_zones="": cloudflare zones to export, comma delimited list
72
72
-cf_exclude_zones="": cloudflare zones to exclude, comma delimited list
73
73
-free_tier=false: scrape only metrics included in free plan, default false
@@ -78,8 +78,6 @@ Corresponding flags:
78
78
-metrics_denylist="": cloudflare-exporter metrics to not export, comma delimited list
79
79
```
80
80
81
-
Note: `ZONE_<name>` configuration is not supported as flag.
82
-
83
81
## List of available metrics
84
82
```
85
83
# HELP cloudflare_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which cloudflare_exporter was built.
0 commit comments