I have noticed a memory leak in case Cloudflare API doesn't return data and cloduflare_exporter keeps data in memory. Memory usage is constantly growing, around 5MB per day.
How to reproduce:
Run cloduflare_exporter locally (docker run --rm -p 8080:8080 -e CF_API_TOKEN=${CF_API_TOKEN} ghcr.io/lablabs/cloudflare_exporter)
Run top
Write down used memory
Leave the container running for some time
Check memory again
I'm currently checking the code and planning to delete data on TTL in case of no response from the API
Hi,
I have noticed a memory leak in case Cloudflare API doesn't return data and cloduflare_exporter keeps data in memory. Memory usage is constantly growing, around 5MB per day.
How to reproduce:
I'm currently checking the code and planning to delete data on TTL in case of no response from the API