package
1.0.0-dev.156
Repository: https://github.com/xgodev/boost.git
Documentation: pkg.go.dev

# Functions

IsProfilerEnabled returns config value from key boost.datadog.profiler.enabled where default is true.
IsTracerEnabled returns config value from key boost.datadog.trace.enabled where default is true.
NewLogger returns implementation of Datadog's Logger interface.
NewOptions returns options from config file or environment vars.
StartProfiler starts the profiler.
StartProfilerWithOptions start the profiler with options.
StartTracer starts the tracer like StartTraceWithOptions but with default Options.
StartTracerWithOptions starts the tracer with the given set of options.

# Structs

Logger represents Datadog's Logger implementation.
No description provided by the author