Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 811 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 811 Bytes

Docker compose file templates

[Home]

Otel-tui

Images

  • Otel-tui
  • Go Image with telemetrygen Installed

How can I use it?

After setting up the docker-compose, you need to attach the terminal to the container to control the TUI.

docker attach otel-tui

Generate signals

docker attach telemetrygen
telemetrygen traces --traces 2 --otlp-insecure --otlp-endpoint otel-tui:4317
telemetrygen metrics --duration 5s --otlp-insecure --otlp-endpoint otel-tui:4317

References