fixed labels and made ipv4 the default

This commit is contained in:
nd 2020-06-07 00:08:42 +02:00
parent f772558e31
commit 3e2b2dd451
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 11 additions and 1 deletions

View file

@ -209,18 +209,25 @@ prometheus_agent:
http_2xx:
prober: http
http:
preferred_ip_protocol: ip4
http_post_2xx:
prober: http
http:
method: POST
preferred_ip_protocol: ip4
tcp_connect:
prober: tcp
tcp:
preferred_ip_protocol: ip4
ssh_banner:
prober: tcp
tcp:
preferred_ip_protocol: ip4
query_response:
- expect: "^SSH-2.0-"
icmp:
icmp:
preferred_ip_protocol: ip4
prober: icmp
jobs: {}
scrape_timeout: ~