Skip to content

mathnogueira/tracegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 OpenTelemetry traces in seconds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages