From 214963cbf37cc7e714d4558d6715c25e8d2edec1 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Mon, 17 Jul 2017 12:16:00 +0200 Subject: [PATCH] doc: Rename protocol to transport_protocol (#195) Error parsing config file: unknown fields in dns probe: protocol --- example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.yml b/example.yml index 891b59d..39816d1 100644 --- a/example.yml +++ b/example.yml @@ -77,6 +77,6 @@ modules: dns_tcp_example: prober: dns dns: - protocol: "tcp" # defaults to "udp" + transport_protocol: "tcp" # defaults to "udp" preferred_ip_protocol: "ip4" # defaults to "ip6" query_name: "www.prometheus.io" -- 2.25.1