Simple generator of traces for go, python and ruby.
Very useful to check the datadog-agent is properly sending spans to the Datadog App.
-
Install:
go get github.com/DataDog/dd-trace-go/tracer
-
Run:
go run tracegen.go
-
Install:
pip install ddtrace
-
Run:
python tracegen.py
-
Install:
gem install ddtrace
-
Run:
ruby tracegen.rb