ncabatoff / process-exporter

Prometheus exporter that mines /proc to report on selected processes
MIT License
1.7k stars 269 forks source link

Why does the speed not change after adding -threads=false? #301

Open xiaoxiongxyy opened 5 months ago

xiaoxiongxyy commented 5 months ago

The loading speed exceeds the maximum interval captured by my prometheus. I don't need to obtain thread-related information. Then I added -threads=false, but there is no change in the loading speed. Why is this?

image
Lusitaniae commented 2 months ago

for debugging run curl http://10.22.201.10:9256/metrics from the same node prometheus is running and check the connection

could be too slow and you either need to collect less metrics or bump timeouts in prometheus