We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
updateMonitoringMetrics
ApplyLoggingPlugins
1 parent b01ce77 commit 61b69d5Copy full SHA for 61b69d5
dnscrypt-proxy/proxy.go
@@ -744,6 +744,7 @@ func (proxy *Proxy) processIncomingQuery(
744
if pluginsState.action == PluginsActionDrop {
745
pluginsState.returnCode = PluginsReturnCodeDrop
746
pluginsState.ApplyLoggingPlugins(&proxy.pluginsGlobals)
747
+ updateMonitoringMetrics(proxy, &pluginsState)
748
return response
749
}
750
@@ -806,6 +807,7 @@ func (proxy *Proxy) processIncomingQuery(
806
807
pluginsState.returnCode = PluginsReturnCodeParseError
808
809
810
811
if serverInfo != nil {
812
serverInfo.noticeFailure(proxy)
813
0 commit comments