Skip to content

Generate a random trace to test your OpenTelemetry ingestion

Notifications You must be signed in to change notification settings

mathnogueira/tracegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tracegen

A utility tool capable of generating OpenTelemetry traces. It can work in two modes:

  • cli
  • http server

CLI

tracegen -s 10 -n 30 start

HTTP Server

tracegen -s 10 -n 30 -p 9095 serve

Example of trace

Viewed on Tracetest image

Configuring the collector

If you pass the option --collector <endpoint> tracegen will connect to this gRPC endpoint and send traces there using the OpenTelemetry Protocol.

About

Generate a random trace to test your OpenTelemetry ingestion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages