From: phonedph1 Date: Fri, 19 Jul 2019 23:38:46 +0000 (-0600) Subject: Update dnsdist-web.cc X-Git-Tag: dnsdist-1.4.0-rc1~34^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8464367db6d5499ab7e84a1ff877478a382e75a;p=pdns Update dnsdist-web.cc Per isomer ;) --- diff --git a/pdns/dnsdist-web.cc b/pdns/dnsdist-web.cc index 1f2ba5711..00c6e36b1 100644 --- a/pdns/dnsdist-web.cc +++ b/pdns/dnsdist-web.cc @@ -466,7 +466,7 @@ static void connectionThread(int sock, ComboAddress remote) output << "# TYPE " << statesbase << "queries " << "counter" << "\n"; output << "# HELP " << statesbase << "drops " << "Amount of queries not answered by server" << "\n"; output << "# TYPE " << statesbase << "drops " << "counter" << "\n"; - output << "# HELP " << statesbase << "latency " << "Server's latency when answering questions in miliseconds" << "\n"; + output << "# HELP " << statesbase << "latency " << "Server's latency when answering questions in milliseconds" << "\n"; output << "# TYPE " << statesbase << "latency " << "gauge" << "\n"; output << "# HELP " << statesbase << "senderrors " << "Total number of OS snd errors while relaying queries" << "\n"; output << "# TYPE " << statesbase << "senderrors " << "counter" << "\n";