Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 748 Bytes

File metadata and controls

26 lines (16 loc) · 748 Bytes

Docker compose file templates

[Home]

Grafana OpenTelemetry LGTM

Images

How can I use it?

After setting up the docker-compose, you need to attach the terminal to generate signals.

docker attach telemetrygen
telemetrygen traces --duration 5s --otlp-insecure --otlp-endpoint lgtm:4317
telemetrygen metrics --duration 5s --otlp-insecure --otlp-endpoint lgtm:4317
telemetrygen logs --duration 5s --otlp-insecure --otlp-endpoint lgtm:4317

References