Back to Prefect

local-telemetry

load_testing/local-telemetry/README.md

3.6.30.dev3682 B
Original Source

local-telemetry

This directory includes an OpenTelemetry stack that you can run locally for testing and debugging.

Quickstart

bash
$ ./local-telemetry/start

This will start the local OpenTelemetry stack in the background. Several services will be running:

Then, run your local server according to the instructions in the load_testing/README.md file.

When making requests against your local server, you'll see trace appearing in the Jaeger frontend at http://localhost:16686.