Add load reporter for server load reporting#15196
Conversation
There was a problem hiding this comment.
@isturdy This is how I create the views.
There was a problem hiding this comment.
@isturdy This is how I process the ViewData.
|
|
isturdy
left a comment
There was a problem hiding this comment.
Apologies for missing this previously--just one comment, if it is still relevant.
There was a problem hiding this comment.
You should be able to replace all these imports with "third_party/opencensus-cpp/opencensus/stats/stats.h"
|
|
|
|
|
|
|
|
WORKSPACE
Outdated
| grpc_deps() | ||
| grpc_test_only_deps() | ||
|
|
||
| http_archive( |
There was a problem hiding this comment.
@nicolasnoble Is the change in this file OK?
|
1 similar comment
|
|
1 similar comment
|
|
1 similar comment
|
|
3 similar comments
|
|
|
|
|
|
|
Cool! I've cleaned it up. This PR is ready for a final review now. @yetianx @markroth. Review status: 17 of 18 files reviewed, 4 unresolved discussions (waiting on @markdroth, @yetianx, @summerxyt, and @nicolasnoble) build.yaml, line 1894 at r1 (raw file): Previously, markdroth (Mark D. Roth) wrote…
Done. @nicolasnoble says the Bazel tests are running well. So I have removed these targets here. Comments from Reviewable |
|
|
Squashing. (Heads-up to @yetianx) |
|
daad65e to
27d6dee
Compare
|
|
27d6dee to
291bbc7
Compare
|
|
|
1 similar comment
|
|
Basic Tests MacOS [opt] (internal CI): #15027 |
This is a continuation of #14793
and currently based on that PR.This is not yet ready for review. I hope to see some quick feedback from @isturdy on my usage of the opencensus APIs.This is ready for review except for the
get_cpu_stats()implementation on the platforms other than Linux.I skipped some low-risk but detailed tests for now.
This change is