Real-time Telemetry ExampleΒΆ
This example demonstrates running a real-time telemetry pipeline.
Activate tracing by setting environment variables as described in the telemetry configuration.
Start services and generate traces:
Go to the real-time telemetry example folder.
Start dataClay and OpenTelemetry Collector services:
docker compose up
Run the dataClay client:
python3 client.pyThe traces are streamed in real-time to the OpenTelemetry Collector.
Visualize in Grafana:
Access Grafana at <http://localhost:3000> (default username/password: admin/admin).
In the Explore section, select Tempo as the data source to query traces. You can also view interactions in the Service Graph section.