Scrape interval #85
DeltaTangoLima
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Do you need temporal resolution so precise that you can pin down a specific event to a particular 12th of a minute? I rarely see exporters scraped quicker than 30 seconds. 60 seconds is common but 120 and 300 seconds is also not unheard of. It largely depends on how reactive you need to be to certain metrics changing. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wondering how often people are scraping with this exporter? I've got mine set to a 5s interval and am running it alongside the node-exporter community plugin on my OPNsense device itself (also set to 5s in Prometheus).
I'm now seeing a significant uptick in CPU usage since using this exporter. It's averaging ~25% user CPU (up from below 1%) and system CPU is now averaging ~15% (up from low single digits).
I expected an uptick in CPU, but 30%-35% increase seems high for API calls. I'm assuming frequency is a contributor, but thought I'd see what others have experienced.
Beta Was this translation helpful? Give feedback.
All reactions