grpcio-admin 1.51.3
pip install grpcio-admin==1.51.3
Released:
a collection of admin services
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License 2.0)
- Author: The gRPC Authors
- Requires: Python >=3.6
Classifiers
- Development Status
- License
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License 2.0)
- Author: The gRPC Authors
- Requires: Python >=3.6
Classifiers
- Development Status
- License
- Programming Language
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.51.3.tar.gz
.
File metadata
- Download URL: grpcio-admin-1.51.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
47dec25d92cdbb11b225eb20ba8685ba2b3d66d193e2e795a2d42da669a1b1e0
|
|
MD5 |
e95b10b1759d00da49918d7fa414e744
|
|
BLAKE2b-256 |
dec61c0ea777c1f54c893fff2fd0a2a7286404158036a90bfd245ceedf959011
|
File details
Details for the file grpcio_admin-1.51.3-py3-none-any.whl
.
File metadata
- Download URL: grpcio_admin-1.51.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
766ef65ff16959b441d5406abbda5d7b61ad73a17e6531cd382b565932d314b0
|
|
MD5 |
c62af6b81fb34a127f99e1b771731923
|
|
BLAKE2b-256 |
269b92101bd8c788622d51745e97825798091db2ee4eb6af756104c4da919d64
|