I want to test ipv6addres+port like
2404:6800:4005:805::200e port 1234
prometheus.yml config:
metrics_path: /probe
params:
module: [tcp_connect]
static_configs:
- targets: ['2404:6800:4005:805::200e:1234']
the <probe_success> is false and <probe_duration_seconds> no time delay,so grafana no result
but config module ICMP is ok
blackbox.yml is default
help me~~