/tracegen

Simple generator of datadog traces for go, python and ruby.

Primary LanguageGo

tracegen

Simple generator of traces for go, python and ruby.

Very useful to check the datadog-agent is properly sending spans to the Datadog App.

ScreenShot

Usage

Go

  • Install: go get github.com/DataDog/dd-trace-go/tracer

  • Run: go run tracegen.go

Python

  • Install: pip install ddtrace

  • Run: python tracegen.py

Ruby

  • Install: gem install ddtrace

  • Run: ruby tracegen.rb