-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Python O11y] Implement CSM observability for Python #36557
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First batch of comments. Not a full review yet.
src/python/grpcio_csm_observability/grpc_csm_observability/BUILD.bazel
Outdated
Show resolved
Hide resolved
src/python/grpcio_csm_observability/grpc_csm_observability/BUILD.bazel
Outdated
Show resolved
Hide resolved
src/python/grpcio_tests/tests/observability/_from_observability_import_star.py
Outdated
Show resolved
Hide resolved
src/python/grpcio_csm_observability/grpc_csm_observability/_csm_observability_plugin.py
Outdated
Show resolved
Hide resolved
src/python/grpcio_csm_observability/grpc_csm_observability/_csm_observability_plugin.py
Outdated
Show resolved
Hide resolved
src/python/grpcio_csm_observability/grpc_csm_observability/_csm_observability_plugin.py
Outdated
Show resolved
Hide resolved
src/python/grpcio_csm_observability/grpc_csm_observability/_csm_observability_plugin.py
Outdated
Show resolved
Hide resolved
src/python/grpcio_csm_observability/grpc_csm_observability/_csm_observability_plugin.py
Show resolved
Hide resolved
src/python/grpcio_observability/grpc_observability/_open_telemetry_plugin.py
Outdated
Show resolved
Hide resolved
src/python/grpcio_observability/grpc_observability/_open_telemetry_plugin.py
Show resolved
Hide resolved
src/python/grpcio_csm_observability/grpc_csm_observability/_csm_observability_plugin.py
Outdated
Show resolved
Hide resolved
@gnossen PTALA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo comments. Sorry for the long turnaround time on this. This is complex stuff and great code. Amazing job pushing this through, Xuan!
src/python/grpcio_csm_observability/grpc_csm_observability/_csm_observability_plugin.py
Show resolved
Hide resolved
src/python/grpcio_csm_observability/grpc_csm_observability/_csm_observability_plugin.py
Outdated
Show resolved
Hide resolved
src/python/grpcio_csm_observability/grpc_csm_observability/_csm_observability_plugin.py
Show resolved
Hide resolved
src/python/grpcio_observability/grpc_observability/server_call_tracer.h
Outdated
Show resolved
Hide resolved
Implement Python CSM observability. Design: [go/grpc-python-opentelemetry](http://goto.google.com/grpc-python-opentelemetry) <!-- 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. --> Closes grpc#36557 PiperOrigin-RevId: 639073741
Implement Python CSM observability. Design: [go/grpc-python-opentelemetry](http://goto.google.com/grpc-python-opentelemetry) <!-- 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. --> Closes grpc#36557 PiperOrigin-RevId: 639073741
Implement Python CSM observability.
Design: go/grpc-python-opentelemetry