hipages / php-fpm_exporter

A prometheus exporter for PHP-FPM.
Apache License 2.0
591 stars 118 forks source link

the exporter uses a lot of CPU #265

Open igoooor opened 1 year ago

igoooor commented 1 year ago

I am running the latest version phpfpm exporter as a sidecar of my phpfpm 8.1 container. I noticed that my pod had peak CPU usage. When I looked in details, I noticed that it was the exporter that was using such amount of CPU. Here is a grafana graph of the CPU usage of my pod. Kubernetes___Compute_Resources___Pod_-_Grafana

I'm not really sure what more information I can give to help you identify the issue, so don't hesitate to let me know. Thanks in advance for your support

igoooor commented 1 year ago

now I'm not really sure if this is a duplicate of #253