Uh oh!
There was an error while loading. Please reload this page.
Bigtable: integrate OpenCensus tracing into the bigtable data client - #4493
Conversation
igorbernstein2
commented
Feb 14, 2019
7f93187 to
8579ac1CompareCodecov 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.
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sduskis
commented
Feb 25, 2019
Kokoro - Test: Code Format failed. |
igorbernstein2
commented
Feb 25, 2019
Format fixed |

This adds instrumentation from gax-java to enable tracing of the Bigtable client data operations.