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
File details
Details for the file grpcio-admin-1.46.0rc2.tar.gz
.
File metadata
- Download URL: grpcio-admin-1.46.0rc2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 279f17b0c5ce4e7dd5f733bcf57f67b694ec80df523097d27aea093281634b3c |
|
MD5 | 1d90885306ab7f5e137528523ca76406 |
|
BLAKE2b-256 | a6d6b7e6e67e2f2d44a812aa378c81194b1748a22ed2a8eb14fa77544dcdf0b3 |
Provenance
File details
Details for the file grpcio_admin-1.46.0rc2-py3-none-any.whl
.
File metadata
- Download URL: grpcio_admin-1.46.0rc2-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf25d5b9df39aabf1ef01212d3ba74c706fe93b6ec85c29200119cebeeff3051 |
|
MD5 | fe809be2fcd87bea741970a246891892 |
|
BLAKE2b-256 | 1142544f8ba4528e18f34889b403a71cc5c20849a0008680af6457daea2c9dc4 |