Home
last modified time | relevance | path

Searched refs:frontsbase (Results 1 – 1 of 1) sorted by relevance

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-web.cc529 const string frontsbase = "dnsdist_frontend_"; in handlePrometheus() local
531 output << "# TYPE " << frontsbase << "queries " << "counter" << "\n"; in handlePrometheus()
533 output << "# TYPE " << frontsbase << "responses " << "counter" << "\n"; in handlePrometheus()
539 output << "# TYPE " << frontsbase << "tcpgaveup " << "counter" << "\n"; in handlePrometheus()
541 output << "# TYPE " << frontsbase << "tcpclientimeouts " << "counter" << "\n"; in handlePrometheus()
553 output << "# TYPE " << frontsbase << "tlsqueries " << "counter" << "\n"; in handlePrometheus()
555 output << "# TYPE " << frontsbase << "tlsnewsessions " << "counter" << "\n"; in handlePrometheus()
557 output << "# TYPE " << frontsbase << "tlsresumptions " << "counter" << "\n"; in handlePrometheus()
583 output << frontsbase << "queries" << label << front->queries.load() << "\n"; in handlePrometheus()
630 output << "# TYPE " << frontsbase << "http_connects " << "counter" << "\n"; in handlePrometheus()
[all …]