forked from googleapis/google-http-java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance OpenCensus tracing instrumentation.
* Add method and instrumentation to record message events with content-length when sending/receiving request/response. * Refine API, add `volatile` modifiers to internal attributes. * Use `registerSpanNamesForCollection` to replace `setSampleToLocalSpanStore`. * Add get/set method for recordEvent so users can controll whether to expose collected spans. * Add more tests and rewrite/fix test cases with JUnit 3 style. * Fix/refine javadoc and messages.
- Loading branch information
1 parent
2f67205
commit d93eb99
Showing
3 changed files
with
226 additions
and
74 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
Oops, something went wrong.