-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bigtable: integrate OpenCensus tracing into the bigtable data client #4493
Bigtable: integrate OpenCensus tracing into the bigtable data client #4493
Conversation
7f93187
to
8579ac1
Compare
Codecov Report
@@ Coverage Diff @@
## master #4493 +/- ##
============================================
+ Coverage 49.15% 49.19% +0.04%
- Complexity 21940 21970 +30
============================================
Files 2077 2077
Lines 207215 207440 +225
Branches 24108 24107 -1
============================================
+ Hits 101861 102058 +197
- Misses 97180 97206 +26
- Partials 8174 8176 +2
Continue to review full report at Codecov.
|
dependencies and configure an exporter. For example to enable tracing using | ||
[Google Stackdriver](https://cloud.google.com/trace/docs/): | ||
|
||
[//]: # (TODO: figure out how to keep opencensus version in sync with pom.xml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how to ensure that the opencensus versions in this readme stay up to date with google-cloud-clients/pom.xml properties. I thought about using version markers, but those seem to only be used for internal artifacts. It would be awesome if version.txt could be generalized to manage static external versions as well.
...loud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStub.java
Outdated
Show resolved
Hide resolved
Kokoro - Test: Code Format failed. |
Format fixed |
This adds instrumentation from gax-java to enable tracing of the Bigtable client data operations.