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

Commit 33a0b37

Browse files
authored
Update README for the gRPC interceptors (#100)
1 parent 8059f54 commit 33a0b37

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,24 @@ setting in ``settings.py``:
253253
'ZIPKIN_EXPORTER_PORT': 9411,
254254
}
255255
256+
gRPC Integration
257+
----------------
258+
259+
OpenCensus provides the implementation of interceptors for both the client side
260+
and server side to instrument the gRPC requests and responses. The client
261+
interceptors are used to create a decorated channel that intercepts client
262+
gRPC calls and server interceptors act as decorators over handlers.
263+
264+
gRPC interceptor is a new feature in the grpcio1.8.0 release, please upgrade
265+
your grpcio to the latest version to use this feature.
266+
267+
For sample usage, please refer to the hello world example in the examples
268+
directory.
269+
270+
More information about the gRPC interceptors please see the `proposal`_.
271+
272+
.. _proposal: https://github.com/mehrdada/proposal/blob/python-interceptors/L13-Python-Interceptors.md
273+
256274
Service Integration
257275
-------------------
258276

0 commit comments

Comments
 (0)