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 5c5b44c commit f16a5b8Copy full SHA for f16a5b8
dnscrypt-proxy/plugins.go
@@ -403,5 +403,7 @@ func (pluginsState *PluginsState) ApplyLoggingPlugins(pluginsGlobals *PluginsGlo
403
return err
404
}
405
406
+ // Update monitoring metrics
407
+ updateMonitoringMetrics(proxy, &pluginsState)
408
return nil
409
dnscrypt-proxy/proxy.go
@@ -818,9 +818,6 @@ func (proxy *Proxy) processIncomingQuery(
818
// Apply logging plugins
819
pluginsState.ApplyLoggingPlugins(&proxy.pluginsGlobals)
820
821
- // Update monitoring metrics
822
- updateMonitoringMetrics(proxy, &pluginsState)
823
-
824
return response
825
826
0 commit comments