schoren / tracegen

Generate OpenTelemetry traces in seconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%