You have set scrape_interval: 1s. This automatically sets the deadline to slightly less than 1 second (0.5 seconds I think).
Therefore my guess is that the total scrape time is slightly greater than 0.5 seconds when all OIDs are scraped, and slightly less when you comment one out. This can easily be confirmed by increasing the scrape_interval to say 10 seconds, then look at the metrics "snmp_scrape_duration_seconds" (which comes from the exporter) and "scrape_duration_seconds" (which comes from prometheus itself). -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/1e355738-7787-490f-8cd8-a880cf081367o%40googlegroups.com.

