czerwonk / ping_exporter

Prometheus exporter for ICMP echo requests using https://github.com/digineo/go-ping
MIT License
524 stars 115 forks source link

Expose counters #24

Open AlekSi opened 5 years ago

AlekSi commented 5 years ago

It would be helpful to have raw counters (number of pings sends, pongs received, etc.) in addition to aggregated values. That would allow one to use PromQL for aggregation.

oijkn commented 4 years ago

@czerwonk Can you tell me how many pings are sent by request ? Is it configurable ?