mikrotik-exporter/collector
Jarred Trainor 0f7d5bea2c Handle empty properties when collecting interface metrics (#20)
Instead of logging an error, check if a property is empty before attempting to
call strconv.ParseFloat on it.

ERRO[0005] error parsing interface metric value device=gw error="strconv.ParseFloat: parsing \"\": invalid syntax" interface=ether2 property=tx-drop value=
2018-10-31 22:40:11 -04:00
..
bgp_collector.go fixed bgp collector (#12) 2018-05-21 16:56:21 -04:00
collector_context.go More features (#9) 2018-04-11 09:21:38 -04:00
collector.go Add wlan station and interface metrics collection. (#14) 2018-09-10 23:30:13 -04:00
dhcp_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
dhcpv6_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
helper.go Add wlan station and interface metrics collection. (#14) 2018-09-10 23:30:13 -04:00
interface_collector.go Handle empty properties when collecting interface metrics (#20) 2018-10-31 22:40:11 -04:00
optics_collector.go Added optical diagnostic metrics (#10) 2018-05-07 14:31:19 -04:00
pool_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
resource_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
routeros_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
routes_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
wlanif_collector.go Add wlan station and interface metrics collection. (#14) 2018-09-10 23:30:13 -04:00
wlansta_collector.go Add wlan station and interface metrics collection. (#14) 2018-09-10 23:30:13 -04:00