Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit f942f30

Browse files
authored
document cloud clientlibs integration (#301)
1 parent 5dbd006 commit f942f30

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ Service Integration
347347
-------------------
348348

349349
Opencensus 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.
515525
Disclaimer
516526
----------
517527

518-
This is not an official Google product.
528+
This is not an official Google product.

0 commit comments

Comments
 (0)