...

Source file src/github.com/go-kit/kit/tracing/opencensus/doc.go

Documentation: github.com/go-kit/kit/tracing/opencensus

     1  // Package opencensus provides Go kit integration to the OpenCensus project.
     2  // OpenCensus is a single distribution of libraries for metrics and distributed
     3  // tracing with minimal overhead that allows you to export data to multiple
     4  // backends. The Go kit OpenCencus package as provided here contains middlewares
     5  // for tracing.
     6  package opencensus
     7  

View as plain text