thank you for your reply. the problem is high cpu usage of network device that continues during scrape. high cpu usage requires reducing the number of target MIB objects that can be scraped by prometheus. I also have to put long interval of scrape enough to ensure that network devices do not fail because of scrape. these are totally opposite to what I want to achieve with prometheus.
--
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 prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/04236e7e-c71a-4e6b-ad0d-31982e9c9a16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Multiple requests for single MIB object in #4 might consume more resources of snmp exporter. But they are mandatory for large network I think.
--
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 prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/b04466a7-2d80-4aff-9476-5d5519c61d5d%40googlegroups.com.
Do you mean how to identify which value of ifType I need? I refer to https://www.iana.org/assignments/ianaiftype-mib/ianaiftype-mib in advance. Sorry if I misunderstand your question.
I have to look at ifType because indexes vary depends on the model or configuration.
--
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 prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/e7095ddd-7f00-4f82-a183-1ec9fea860d1%40googlegroups.com.
What Brian is referring to is https://github.com/prometheus/snmp_exporter/issues/131 and the related issue https://github.com/prometheus/snmp_exporter/issues/176Instead of doing it by ifType dynamically, some devices group virtual interfaces into ranges that could be ignored statically.But it sounds like this isn't always the case.Making a walk/get filtered by ifType sounds like a great feature, but I don't think we have time to implement it as it's a fairly edge case for most SNMP polling that I'm familiar with.
If you would be willing to sponsor the work, it's something users would appreciate.I'm also curious what SNMP version you are using in this polling. We have noticed some users using SNMP v1, which tends to be very inefficient due to the lack of Bulk walk requests.--On Thu, Aug 31, 2017 at 3:07 PM, <californi...@gmail.com> wrote:I have to look at ifType because indexes vary depends on the model or configuration.--
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 prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/e7095ddd-7f00-4f82-a183-1ec9fea860d1%40googlegroups.com.
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 prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CABbyFmrWmReZZi8UGeK1KQv0%2B9n%2BBRJE%2BsnZfBTqSScCPALXcA%40mail.gmail.com.