Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = &bootstrap.Module{ Name: "Tracing", Precedence: bootstrap.TracingPrecedence, PriorityOptions: []fx.Option{ fx.Provide(tracing.BindTracingProperties), fx.Provide(provideTracer), fx.Provide(instrument.CliRunnerTracingProvider()), fx.Invoke(initialize), }, }
Functions ¶
func EnableBootstrapTracing ¶
func EnableBootstrapTracing(bootstrapper *bootstrap.Bootstrapper)
EnableBootstrapTracing enable bootstrap tracing on a given bootstrapper. bootstrap.GlobalBootstrapper() should be used for regular application that uses bootstrap.Execute()
Types ¶
type TracerClosingHook ¶
Click to show internal directories.
Click to hide internal directories.