Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Nov 22, 2023
1 parent 5445023 commit c47dcd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubsub-open-telemetry/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ build --experimental_convenience_symlinks=ignore

# Enable OpenTelemetry tracing instrumentation for google-cloud-cpp.
build --@io_opentelemetry_cpp//api:with_abseil
build --@google_cloud_cpp//:enable_opentelemetry
build --@google_cloud_cpp//:enable_opentelemetry
2 changes: 1 addition & 1 deletion pubsub-open-telemetry/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ switched_rules_by_language(
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
grpc_deps()
load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")
grpc_extra_deps()
grpc_extra_deps()
2 changes: 1 addition & 1 deletion pubsub-open-telemetry/quickstart.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ int main(int argc, char* argv[]) try {
} catch (google::cloud::Status const& status) {
std::cerr << "google::cloud::Status thrown: " << status << "\n";
return 1;
}
}

0 comments on commit c47dcd0

Please sign in to comment.