Skip to content

iamgoangle/opentelemetry-jaeger-exporter

Repository files navigation

Getting Started

Due to golang registry still cache jaeger exporter v1.0.0 that have a code does not supports jaeger exporter new function. To workaround for goprivate it should be point directly, not sure that why it force install jaeger exporter v1.0.0 that the version does not support with init new provider.

Issue open-telemetry/opentelemetry-go#470

It should be fixed by running the command as below.

go get -v go.opentelemetry.io/otel/exporter/trace/[email protected]

Run

docker-compose up --build

Example

Basic Kafka Producer and Consumer application

The example demonsrate how the producer and consumer microservices inject a traceId and SpanId to Jaeger exporter.

example/connect_the_span screenshot

example/connect_the_span screenshot

open http://localhost:16686/ to see all trace.

About

Example Opentelemetry with GO and Jaeger Exporter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published