Skip to content

Latest commit

 

History

History

opentracing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

OpenTracing Example Server

This is an example app that demonstrates how to use github.com/instana/go-sensor as an OpenTracing tracer.

Usage

To start a server listening on localhost:8081, run:

go run . -l localhost:8081

In your browser navigate to localhost:8081/ to see the greeting message.