a collection of admin services
Project description
Debugging gRPC library can be a complex task. There are many configurations and internal states, which will affect the behavior of the library. This Python package will be the collection of admin services that are exposing debug information. Currently, it includes:
Channel tracing metrics (grpcio-channelz)
Client Status Discovery Service (grpcio-csds)
Here is a snippet to create an admin server on “localhost:50051”:
server = grpc.server(ThreadPoolExecutor()) port = server.add_insecure_port(‘localhost:50051’) grpc_admin.add_admin_servicers(self._server) server.start()
Welcome to explore the admin services with CLI tool “grpcdebug”: https://github.com/grpc-ecosystem/grpcdebug.
For any issues or suggestions, please send to https://github.com/grpc/grpc/issues.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for grpcio_admin-1.62.0rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0ff4f5846722b03be3096729df32daec9137ad233eec6867eb99f36aca4c442 |
|
MD5 | 3419d5e8fb1b93848f2b421d4f0a258a |
|
BLAKE2b-256 | cbaa3fdb6830f670652d1d46481b6289094a92692b3dc9a2b98d699ec06760b3 |