Logs for the probe: ts=2019-10-03T20:01:59.785520103Z caller=main.go:118 module=icmp_ipv4 target=www.google.com level=info msg="Beginning probe" probe=icmp timeout_seconds=4.5 ts=2019-10-03T20:01:59.785636018Z caller=utils.go:42 module=icmp_ipv4 target=www.google.com level=info msg="Resolving target address" ip_protocol=ip4 ts=2019-10-03T20:01:59.786451866Z caller=utils.go:75 module=icmp_ipv4 target=www.google.com level=info msg="Resolved target address" ip=173.194.222.103 ts=2019-10-03T20:01:59.786498662Z caller=icmp.go:99 module=icmp_ipv4 target=www.google.com level=info msg="Creating socket" ts=2019-10-03T20:01:59.786532589Z caller=icmp.go:123 module=icmp_ipv4 target=www.google.com level=error msg="Error listening to socket" err="listen ip4:icmp 0.0.0.0: socket: operation not permitted" ts=2019-10-03T20:01:59.786561338Z caller=main.go:131 module=icmp_ipv4 target=www.google.com level=error msg="Probe failed" duration_seconds=0.000982561 Metrics that would have been returned: # HELP probe_dns_lookup_time_seconds Returns the time taken for probe dns lookup in seconds # TYPE probe_dns_lookup_time_seconds gauge probe_dns_lookup_time_seconds 0.000833454 # HELP probe_duration_seconds Returns how long the probe took to complete in seconds # TYPE probe_duration_seconds gauge probe_duration_seconds 0.000982561 # HELP probe_icmp_duration_seconds Duration of icmp request by phase # TYPE probe_icmp_duration_seconds gauge probe_icmp_duration_seconds{phase="resolve"} 0.000833454 probe_icmp_duration_seconds{phase="rtt"} 0 probe_icmp_duration_seconds{phase="setup"} 0 # HELP probe_ip_protocol Specifies whether probe ip protocol is IP4 or IP6 # TYPE probe_ip_protocol gauge probe_ip_protocol 4 # HELP probe_success Displays whether or not the probe was a success # TYPE probe_success gauge probe_success 0 Module configuration: prober: icmp timeout: 5s http: ip_protocol_fallback: true tcp: ip_protocol_fallback: true icmp: preferred_ip_protocol: ip4 ip_protocol_fallback: true dns: ip_protocol_fallback: true
ps i Would like to know what dose mean this msg msg="Error listening to socket" err="listen ip4:icmp 0.0.0.0: socket: operation not permitted" the most beacuse i think its not my issue its from google