//
pkg.gl
Category
github.com/DataDog/datadog-agent
pkg
trace
test
package
0.9.0
Repository:
https://github.com/datadog/datadog-agent.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
22
Dependents
0
Files
472 SLOC
#
Packages
testsuite
No description provided by the author
testutil
Package testutil provides easy ways to generate some random or deterministic data that can be use for tests or benchmarks.
#
Variables
ErrNotInstalled
ErrNotInstalled is returned when the trace-agent can not be found in $PATH.
ErrNotStarted
ErrNotStarted is returned when attempting to operate an unstarted Runner.
#
Structs
Runner
Runner can start an agent instance using a custom configuration, send payloads to it and act as a fake backend.