hi,
I've noticed that sometimes panos_exporter reverts zero metrics
in first iteration:
curl http://pan-exporter.paloalto.local/panos\?target\=fw1.paloalto.local | grep panos_session_session_pps
# HELP panos_session_session_pps Session info: packets per second
# TYPE panos_session_session_pps gauge
panos_session_session_pps{category="session",domain="statistics"} 950536
in following:
curl http://pan-exporter.paloalto.local/panos\?target\=fw1.paloalto.local | grep panos_session_session_pps
# HELP panos_session_session_pps Session info: packets per second
# TYPE panos_session_session_pps gauge
panos_session_session_pps{category="session",domain="statistics"} 0
in grafana dashboard I see next picture
that doesn't correlate to any kind of problem on device because the same "dashboard holes" I see on all devices with different platform
for example, another metric panos_global_counter_pkt_recv shows normal graph (without holes)
I have also noticed this while using the exporter, the root cause is a race in the code when using goreqest. Pull requests waits for comments and approval.
hi, I've noticed that sometimes panos_exporter reverts zero metrics
in first iteration:
in following:
in grafana dashboard I see next picture
that doesn't correlate to any kind of problem on device because the same "dashboard holes" I see on all devices with different platform
for example, another metric panos_global_counter_pkt_recv shows normal graph (without holes)