Skip to content

ExpediaDotCom/haystack-client-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status License

Haystack bindings for Go OpenTracing API.

This is Haystack's client library for Golang that implements OpenTracing API 1.0.

How to use the library?

Check our detailed example on how to initialize tracer, start a span and send it to one of the dispatchers. This example is actually an integration test uses haystack-agent container

How to build this library?

git clone --recursive https://github.com/ExpediaDotCom/haystack-client-go - clone the repo

make glide - if you are running for the very first time

make test validate - go test and validate the code