Skip to content

basvanbeek/opencensus-gorilla_mux-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencensus-gorilla_mux-example

Example demonstrating OpenCensus tracing with Gorilla mux routing.

zipkin

This demo uses Zipkin as the tracing backend as it is very easy to set-up. See the Zipkin quickstart

usage

A typical way to see the example in action:

# run Zipkin from official docker image
docker run -d -p 9411:9411 openzipkin/zipkin

# build the client and server applications
go generate

# start the server
build/server &

# run the client
build/client

If all is well you should be able to see some generated spans at http://localhost:9411

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages