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