Distributed tracing using OpenTelemetry example
Application flow with instrumentation
Script calling HTTP request GET on http://localhost:7777/hello
.
It is configured to send spans and traces to Jaeger.
Lightweight REST server exposing endpoint hello
on port 7777
.
If endpoint is called, server sends request to https://wp.pl
.
@PatrykMatyjasek