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.
1 parent df91d43 commit f67fc7aCopy full SHA for f67fc7a
common/nexus/trace.go
@@ -44,8 +44,6 @@ type HTTPClientTraceProvider interface {
44
}
45
46
// HTTPTraceConfig is the dynamic config for controlling Nexus HTTP request tracing behavior.
47
-// The default is nil and the conversion function does not do any actual conversion because this should be wrapped by
48
-// a dynamicconfig.NewGlobalCachedTypedValue with the actual conversion function so that it is cached.
49
var HTTPTraceConfig = dynamicconfig.NewGlobalTypedSettingWithConverter(
50
"system.nexusHTTPTraceConfig",
51
convertHTTPClientTraceConfig,
0 commit comments