grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

stats: Update documentation and examples to demonstrate enabling experimental metrics

Open vinothkumarr227 opened this issue 10 months ago • 1 comments

Fixes https://github.com/grpc/grpc-go/issues/8311

RELEASE NOTES:

Added documentation and code examples to demonstrate how to enable experimental metrics in gRPC-Go.

Updated example client and server code in [examples/features/opentelemetry]

vinothkumarr227 avatar Jun 09 '25 12:06 vinothkumarr227

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.31%. Comparing base (e5de1e2) to head (cd4419b). Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8388      +/-   ##
==========================================
- Coverage   82.33%   82.31%   -0.03%     
==========================================
  Files         413      413              
  Lines       40454    40430      -24     
==========================================
- Hits        33307    33278      -29     
+ Misses       5782     5779       -3     
- Partials     1365     1373       +8     

see 20 files with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jun 09 '25 12:06 codecov[bot]

Please merge the latest master branch to unblock the PR Validation test.

arjan-bal avatar Jun 19 '25 05:06 arjan-bal

The merge is not performed correctly. The PR diff is showing all the commits that were merged. Can you please reset and do a regular git merge origin/master?

arjan-bal avatar Jun 19 '25 05:06 arjan-bal

@arjan-bal I force-pushed after merging the latest master, and it seems the branch got closed automatically. Can you able to open this branch.

vinothkumarr227 avatar Jun 19 '25 06:06 vinothkumarr227

There are 0 commits on the PR, so it can't be re-opened. If you can bring back the commits on this branch, I should be able to re-open it.

arjan-bal avatar Jun 19 '25 07:06 arjan-bal