aboutsummaryrefslogtreecommitdiff
path: root/requirements.bazel.txt
diff options
context:
space:
mode:
authorXuan Wang <xuanwn@google.com>2023-06-26 17:26:32 -0700
committerGitHub <noreply@github.com>2023-06-26 17:26:32 -0700
commita3fd9e4742f8c6bfda100e9783435bf0160dad03 (patch)
treec6dd5bc84fe8735b88f81db5bcfc69bedf36a85d /requirements.bazel.txt
parentababacd5fc32811a319f9e217d01212334532efe (diff)
downloadgrpc-grpc-a3fd9e4742f8c6bfda100e9783435bf0160dad03.tar.gz
[python O11Y] Add OpenCensus StackDriver exporter (#33384)
Add OC StackDriver exporter. ### Testing * StackDriver requires integration with GCP thus not included in Bazel tests, this will only be tested in integration tests. * Tested locally, was able to publish metrics and spans to GCP: * Span: * <img width="1501" alt="CloudTrace" src="https://github.com/grpc/grpc/assets/24593237/e6574d05-a6c1-4925-89b1-f9dc1213d9bd"> * Metric: * ![CloudMonitoring](https://github.com/grpc/grpc/assets/24593237/2625815d-2512-46d6-b216-61d93b1ad4ed)
Diffstat (limited to 'requirements.bazel.txt')
-rw-r--r--requirements.bazel.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.bazel.txt b/requirements.bazel.txt
index 904e573f78..0a26df5ac2 100644
--- a/requirements.bazel.txt
+++ b/requirements.bazel.txt
@@ -3,16 +3,15 @@ coverage==4.5.4
cython==0.29.21
protobuf>=3.5.0.post1, < 4.0dev
wheel==0.38.1
-google-auth==1.24.0
oauth2client==4.1.0
requests==2.25.1
urllib3==1.26.5
chardet==3.0.4
certifi==2017.4.17
idna==2.7
-googleapis-common-protos==1.5.5
gevent==22.08.0
zope.event==4.5.0
setuptools==44.1.1
xds-protos==0.0.11
opencensus==0.10.0
+opencensus-ext-stackdriver==0.8.0