Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
/ httptracing Public archive

httpclient.Client implementation integrating OpenTracing

License

Notifications You must be signed in to change notification settings

sebnow/httptracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GoDoc Coverage Status Go Report Card

Description

The httptracing package forms a bridge between httpclient and the opentracing-contrib nethttp package. It provides a HTTP client with opentracing support, implementing the httpclient.Client interface.

Usage

tracer := opentracing.GlobalTracer()
client := httptracing.Trace(tracer, http.DefaultClient)

resp, err := client.Get("http://test.com")
//...

About

httpclient.Client implementation integrating OpenTracing

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages