You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport of #35929 to v1.62.x.
---
<!--
If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the
appropriate
lang label.
-->
Copy file name to clipboardExpand all lines: src/python/grpcio_observability/README.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
gRPC Python Observability
2
-
===========
2
+
=========================
3
+
3
4
Package for gRPC Python Observability.
4
5
5
6
More details can be found in `OpenTelemetry Metrics gRFC <https://github.com/grpc/proposal/blob/master/A66-otel-stats.md#opentelemetry-metrics>`_.
6
7
7
8
How gRPC Python Observability Works
8
-
-------------------------
9
+
-----------------------------------
9
10
10
11
gRPC Python is a wrapper layer built upon the gRPC Core (written in C/C++). Most of telemetry data
11
12
is collected at core layer and then exported to Python layer. To optimize performance and reduce
0 commit comments