Skip to content

Commit

Permalink
[Python Otel] Fix packaging issue (v1.62.x backport) (#35936)
Browse files Browse the repository at this point in the history
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.

-->
  • Loading branch information
XuanWang-Amos authored Feb 17, 2024
1 parent ef03a26 commit bc4f834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/python/grpcio_observability/README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
gRPC Python Observability
===========
=========================

Package for gRPC Python Observability.

More details can be found in `OpenTelemetry Metrics gRFC <https://github.com/grpc/proposal/blob/master/A66-otel-stats.md#opentelemetry-metrics>`_.

How gRPC Python Observability Works
-------------------------
-----------------------------------

gRPC Python is a wrapper layer built upon the gRPC Core (written in C/C++). Most of telemetry data
is collected at core layer and then exported to Python layer. To optimize performance and reduce
Expand Down
3 changes: 2 additions & 1 deletion src/python/grpcio_observability/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
_parallel_compile_patch.monkeypatch_compile_maybe()

CLASSIFIERS = [
"Private :: Do Not Upload",
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down Expand Up @@ -274,6 +274,7 @@ def extension_modules():
name="grpcio-observability",
version=grpc_version.VERSION,
description="gRPC Python observability package",
long_description_content_type="text/x-rst",
long_description=open(README_PATH, "r").read(),
author="The gRPC Authors",
author_email="grpc-io@googlegroups.com",
Expand Down

0 comments on commit bc4f834

Please sign in to comment.