go/

directory
v0.0.0-...-1923bec Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2022 License: Apache-2.0

README

OpenTracing Tutorial - Go

Installing

The tutorials are using CNCF Jaeger (https://github.com/jaegertracing/jaeger) as the tracing backend, see here how to install it in a Docker image.

This repository uses Go's new dep tool to manage dependencies (installed automatically below).

When you clone the tutorials repository, it should be located in the right place under $GOPATH:

mkdir -p $GOPATH/src/github.com/yurishkuro/
cd $GOPATH/src/github.com/yurishkuro/
git clone https://github.com/yurishkuro/opentracing-tutorial.git opentracing-tutorial

After that, install the dependencies:

cd $GOPATH/src/github.com/yurishkuro/opentracing-tutorial/go
make install

The rest of the commands in the Go tutorials should be executed relative to this directory.

Lessons

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL