AKYD

Results 8 comments of AKYD

I use this for few devices (less than 30) so I did not run into any big issues, but I can see how, right now, it's not fir for large...

Can you provide command examples and sample outputs?

The same is true for `ipsec` module. I've "fixed" it [here](https://github.com/AKYD/junos_exporter/commit/73f7a546b951574137e37a34d11cac421740320b#diff-76d0457df52725a066462addacae21883b085458e9d419d9b0f269f66ade2c86), plus adding extra metric, but not confident of the solution as it seems to break non-multi-routing-engine equipment. There's probably...

This would contradict https://prometheus.io/docs/instrumenting/writing_exporters/#scheduling "Metrics should only be pulled from the application when Prometheus scrapes them, exporters should not perform scrapes based on their own timers. That is, all scrapes...

I totally agree with what you said. I have the same issue with snmp_exporter (multiple scrapes coming at the same time) and since it's a common scenario, I implemented a...

This looks more like it should be handled in a separate module and should not mix with firewall stats.

Wouldn't "faking" the interval in the `xrate() ` function solve this without any changes to other Prometheus areas? Basically if you want to do xrate[5m], just ask for a range...

Well if you just use the new range logic for the new function and don't change the range for any other functions, what's the harm? Users can then choose which...