skillfed

grpcio-channelz

Channel Level Live Debug Information Service for gRPC

grpcio-channelz v1.83.0 130.8K downloads/30d#11,624 on PyPI
Permissive license Apache-2.0 Active released

What it is and what it does

grpcio-channelz is a debugging and monitoring extension for gRPC Python applications. It provides a live debug service that exposes real-time information about gRPC channels, connections, and RPC activity, allowing developers to inspect the internal state of their gRPC services without stopping or restarting them. The package integrates with grpcio and protobuf to deliver this introspection capability.

Channelz is typically used during development and troubleshooting to understand how gRPC connections are being managed, diagnose connectivity issues, and monitor RPC behavior. It runs as a built-in service alongside your gRPC server, making it accessible for live inspection of channel state and activity.

Use it for:

  • Debug gRPC connection issues by inspecting live channel state and connection details during development
  • Monitor RPC activity and identify hanging or slow requests in a running gRPC service
  • Troubleshoot load-balancing and connection pooling behavior in multi-channel gRPC applications
  • Inspect channel lifecycle events and connection state transitions in production-like environments

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides live debugging and introspection of gRPC channels, connections, and RPC activity in Python applications through a built-in debug service.

Yes, if you develop or operate gRPC Python services. Channelz is a lightweight, low-friction debugging tool with no known vulnerabilities, permissive licensing, and active maintenance. It integrates seamlessly with grpcio and adds minimal overhead. Install it for development and testing environments to gain visibility into gRPC internals.

Install

grpcio-channelz on PyPI

pip

pip install grpcio-channelz

uv

uv add grpcio-channelz

poetry

poetry add grpcio-channelz

Installing grpcio-channelz

Before you install

Low friction install with only two runtime dependencies (protobuf and grpcio). Package is actively maintained with a recent release, and supports current Python versions from 3.10 onwards.

License in practice

Licensed under Apache-2.0 (permissive), allowing free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.

Quickstart

pip install grpcio-channelz

import grpcio_channelz
from grpcio_channelz import channelz

# Enable channelz service on your gRPC server
# to inspect channel and RPC state at runtime

Requires Python 3.10 or later; grpcio must be installed separately.

Verify before relying

  • Whether channelz can be enabled/disabled dynamically on running servers without restart
  • What specific debugging metrics or RPC details channelz exposes beyond channel state
  • Whether channelz adds measurable overhead to production gRPC services

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — protobuf, grpcio
Maintenance actively maintained — 22 days since the last release
First released
Downloads 130,829/month — #11,624 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: grpcio_channelz-1.83.0-py3-none-any.whl

Development Status :: 5 - Production/StableProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

grpc channel debugginggrpc live debug toolgrpc channelzinspect grpc connectionsgrpc rpc monitoringgrpc channel introspectiondebug grpc services
grpc-debugginglive-introspectionnetwork-diagnostics

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

grpcio-admin

Exposes debugging and monitoring services for…

permissive · top 15,000 on PyPI

grpcio-gcp

Extends gRPC with connection pooling and…

permissive · top 5,000 on PyPI

grpcio-testing

Provides testing utilities and fixtures for…

permissive · top 15,000 on PyPI

grpcio

gRPC Python is an HTTP/2-based RPC framework…

permissive · top 100 on PyPI

grpcio-reflection

Enables gRPC Python services to expose runtime…

permissive · top 5,000 on PyPI

grpcio-health-checking

Provides a standard health-checking service…

permissive · top 1,000 on PyPI

grpcio-status

Provides Python protobuf definitions for…

permissive · top 100 on PyPI

grpclib

grpclib is a pure-Python asyncio-based…

permissive · top 1,000 on PyPI

pygnmi

Pure Python gNMI client for querying and…

permissive · top 15,000 on PyPI

pypresence

Pypresence is a Python client for Discord Rich…

permissive · top 15,000 on PyPI