Add started_rpcs measures and views to RPC constants.#1230
Add started_rpcs measures and views to RPC constants.#1230songy23 merged 4 commits intocensus-instrumentation:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1230 +/- ##
============================================
+ Coverage 82.02% 82.06% +0.03%
Complexity 1241 1241
============================================
Files 193 193
Lines 6032 6044 +12
Branches 560 560
============================================
+ Hits 4948 4960 +12
Misses 935 935
Partials 149 149
Continue to review full report at Codecov.
|
|
I think we should wait to merge this until census-instrumentation/opencensus-specs#120 is merged. |
|
Sure, holding off this for now. Also I would like to include this change in v0.14.0 release so that I can update grpc/grpc-java#4494. |
|
PTAL - I submitted census-instrumentation/opencensus-specs#120 to specs. Will do a minor release after merging this PR. |
| * | ||
| * @since 0.14 | ||
| */ | ||
| public static final MeasureDouble GRPC_CLIENT_STARTED_RPCS = |
There was a problem hiding this comment.
Shouldn't the two started_rpcs measures be MeasureLong?
|
Thanks! |
Related to census-instrumentation/opencensus-specs#120.
Client/server started_rpcs are required by gRPC, add them back to RPC constants.
/cc @zhangkun83