This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,8 +347,8 @@ Service Integration
347347-------------------
348348
349349Opencensus supports integration with various popular outbound services such as
350- MySQL and Requests. To enable integration you will need to pass the list of
351- services to census:
350+ SQL packages, Requests and Google Cloud client libraries. To enable integration
351+ services to census: you will need to pass the list of services to census:
352352
353353.. code :: python
354354
@@ -401,6 +401,16 @@ You can enable Requests integration by specifying ``'requests'`` to ``trace_inte
401401
402402.. _Requests package : https://pypi.python.org/pypi/requests
403403
404+ Google Cloud Client Libraries
405+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
406+
407+ Census can trace HTTP and gRPC requests made with the `Cloud client libraries `_.
408+ The request URL, method, and status will be collected.
409+
410+ You can enable Google Cloud client libraries integration by specifying ``'google_cloud_clientlibs' `` to ``trace_integrations ``.
411+
412+ .. _Cloud client libraries : https://github.com/GoogleCloudPlatform/google-cloud-python#google-cloud-python-client
413+
404414------
405415 Stats
406416------
@@ -515,4 +525,4 @@ Apache 2.0 - See `LICENSE <LICENSE>`__ for more information.
515525Disclaimer
516526----------
517527
518- This is not an official Google product.
528+ This is not an official Google product.
You can’t perform that action at this time.
0 commit comments