You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'master' of github.com:DNSCrypt/dnscrypt-proxy
* 'master' of github.com:DNSCrypt/dnscrypt-proxy:
Impove generate-domains-blocklist.py for bad network situations
Update deps
Forward plugin: if we got nothing but errors, return the last response we got
Empty signal handler for Windows
Allow manual reload via SIGHUP regardless of hot-reload enablement
prometheus: removing duplicate metric
prometheus: expose "build_info" gauge
Monitoring UI: fix UI scrolling issues
Always redo SetWriteDeadline for each broadcast
update global WebSocket directly to avoid side effects
Monitoring UI: preserve recent queries table during WebSocket reconnects
// Write help and type information for each metric
489
+
result.WriteString("# HELP dnscrypt_proxy_build_info A metric with a constant '1' value labeled by version, goversion from which dnscrypt_proxy was built, and the goos and goarch for the build.\n")
490
+
result.WriteString("# TYPE dnscrypt_proxy_build_info gauge\n")
0 commit comments