opencensus-cpp icon indicating copy to clipboard operation
opencensus-cpp copied to clipboard

Split core SDK and grpc extensions into new repo

Open curtpm opened this issue 5 years ago • 0 comments

I think its a little confusing and weird to have a cyclic dependency between gRPC and this repo:

https://github.com/census-instrumentation/opencensus-cpp/blob/master/bazel/deps.bzl#L23

https://github.com/grpc/grpc/blob/master/bazel/grpc_deps.bzl#L194

it seems like this repo should be split into a "Core" part and at least one or more repos that depend on only the "gRPC" repo that would also import the Core opencensus SDK

https://github.com/census-instrumentation/opencensus-cpp/tree/master/opencensus/common/internal/grpc

curtpm avatar Sep 10 '19 16:09 curtpm