package
1.59.5
Repository: https://github.com/nowfred/dd-trace-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package dyngo is the Go implementation of Datadog's Instrumentation Gateway which provides an event-based instrumentation API based on a stack representation of instrumented functions along with nested event listeners.
Package emitter provides functions and types used to instrument go libraries to integrate them with Datadog AppSec features.
Package listener provides functions and types used to listen to AppSec instrumentation events produced by code usintrumented using the functions and types found in github.com/nowfred/dd-trace-go/internal/appsec/emitter.
Package trace provides functions to annotate trace spans with AppSec related information.

# Functions

Enabled returns true when AppSec is up and running.
Start AppSec when enabled is enabled by both using the appsec build tag and setting the environment variable DD_APPSEC_ENABLED to true.
Stop AppSec.