lablabs / cloudflare-exporter

Prometheus CloudFlare Exporter
Apache License 2.0
306 stars 104 forks source link

Metrics are shown only for pro-domains #92

Closed D13410N3 closed 1 year ago

D13410N3 commented 1 year ago

Hello

I currently have 20 domains with CF pro-plan and ~80 with free.

Exporter shows statistics only for domains with pro plan and higher

The only metric I see when FREE_TIER is set to TRUE is cloudflare_worker_cpu_time

Is this the expected behaviour?

Stazis555 commented 1 year ago

If you are using helm chart, then update image tag to latest or 0.0.14 (in chart it uses version 0.0.9), this will fetch metrics for free tier as well.

tomich commented 1 year ago

Definetly related to https://github.com/lablabs/cloudflare-exporter/issues/32

D13410N3 commented 1 year ago

@tomich you're absolutely right, my research (free plan enabling/disabling) had confirmed it