-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds documentation for OpenCensus in tracing readme and package doc (#…
…730) * add package doc for opencensus tracing middleware * add description for OpenCensus in tracing readme
- Loading branch information
1 parent
402eeb3
commit fa92d6d
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Package opencensus provides Go kit integration to the OpenCensus project. | ||
// OpenCensus is a single distribution of libraries for metrics and distributed | ||
// tracing with minimal overhead that allows you to export data to multiple | ||
// backends. The Go kit OpenCencus package as provided here contains middlewares | ||
// for tracing. | ||
package opencensus |