Open felixtech-msp opened 1 year ago
Same problem here. I believe I setup everything accord to document but only get none relate cloudflare metrics.
Look like Cloudflare API only allow with Cloudflare Pro plan or higher subscription plan. Free plan subscription version will not get any metrics.
Did you ever get a fix for this?
Did you ever get a fix for this?
Unfortunately no.
Same here :( Any workaround for this issue?
Definetly related to https://github.com/lablabs/cloudflare-exporter/issues/32
Looking at the code, it's written such that the cloudflare_worker_*
metrics should be available even with a free plan since there are no checks for the free_tier
config variable for those metrics. However could be that cloudflare changed those to be behind a paywall as well and the exporter just hasn't been updated to reflect that.
Same problem Returns nothing no errors no CF related metrics
Maybe I'm doing something wrong? And the answers here are essentially problems - just guesses
Hello,
Same issue here and interested. Everything is ok, but I have no logs.
Hello @Flodu31
After researching - I found out that this will only work if the subscription is enterprise level (at least for me it was - anything not at that level would connect, but would not provide any metrics or logs).
Bad news :( thanks for the answer @Andrii-Khodyriev
This exporter does not do anything at all.
Started via Docker Compose:
Even after hours this is the only log output:
time="2023-04-10 14:34:09" level=info msg="Beginning to serve on port:8080, metrics path /metrics"
And this is the useless metrics output:
As it can clearly be seen this entire exporter is completely functionless. So eiter fix the broken software or fix the documentation if it is wrong and there are additional undocumented steps required to make this work. Also log output needs to be added urgently. Debugging without any logs is useless and hopeless.