Skip to content

Example application for distributed tracing using OpenTelemetry

Notifications You must be signed in to change notification settings

NullHypothesis/otel-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed tracing using OpenTelemetry

The OpenTelemetry documentation is complex and often confusing. This repository contains a simple example of distributed tracing in Go.

The setting is simple: A Go HTTP client creates a trace and propagates its trace to an HTTP server, which adds spans to the trace.

The example code is meant to be simple and contains a number of comments for clarification.

About

Example application for distributed tracing using OpenTelemetry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages