Build a receiver

OpenTelemetry defines distributed tracing as: Traces that track the progression of a single request, known as a trace, as it is handled by services that make up an application. The request may be initiated by a user or an application. Distributed tracing is a form of tracing that traverses process,…