Skip to content

Commit 0b160f3

Browse files
authored
cleanup(bigtable): remove OpenCensus example (#5707)
1 parent 492d507 commit 0b160f3

File tree

6 files changed

+7
-272
lines changed

6 files changed

+7
-272
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
## v1.23.0 - TBD
1111

12+
### Bigtable
13+
14+
* Removed [OpenCensus](https://opencensus.io) example. OpenCensus has merged
15+
with OpenTracing into [OpenTelemetry](https://opentelemetry.io). The C++
16+
development seems to have stalled, and we not longer believe it will ever
17+
be mature enough to recommend for the `google-cloud-cpp` libraries.
18+
1219
## v1.22.0 - 2021-01
1320

1421
### Bigtable

bazel/google_cloud_cpp_deps.bzl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,6 @@ def google_cloud_cpp_deps():
9393
sha256 = "512e5a674bf31f8b7928a64d8adf73ee67b8fe88339ad29adaa3b84dbaa570d8",
9494
)
9595

96-
# Load opencensus.
97-
if "io_opencensus_cpp" not in native.existing_rules():
98-
http_archive(
99-
name = "io_opencensus_cpp",
100-
urls = [
101-
"https://github.com/census-instrumentation/opencensus-cpp/archive/c900c4d723ef596f357b0e695e68e2fa725eec90.tar.gz",
102-
],
103-
strip_prefix = "opencensus-cpp-c900c4d723ef596f357b0e695e68e2fa725eec90",
104-
sha256 = "040753b92d0ea57e2e9ffe7fc51f4c954cfb352204dc967c04ae6100842d6f45",
105-
)
106-
10796
# Load gRPC and its dependencies, using a similar pattern to this function.
10897
if "com_github_grpc_grpc" not in native.existing_rules():
10998
http_archive(

ci/kokoro/docker/build-in-docker-cmake.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ if [[ "${CLANG_TIDY:-}" == "yes" && (\
149149
local -r file_regex="$1"
150150
shift
151151
grep -E "${file_regex}" <<<"${MODIFIED}" |
152-
grep -v google/cloud/bigtable/examples/opencensus |
153152
grep -v generator/integration_tests/golden |
154153
xargs --verbose -d '\n' -r -n 1 -P "${NCPU}" clang-tidy \
155154
-p="${BINARY_DIR}" "$@"

google/cloud/bigtable/examples/opencensus/BUILD

Lines changed: 0 additions & 32 deletions
This file was deleted.

google/cloud/bigtable/examples/opencensus/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

google/cloud/bigtable/examples/opencensus/bigtable_opencensus.cc

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)