channelz

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2026 License: BSD-2-Clause Imports: 20 Imported by: 0

README

channelz

This go library renders a few webpages for inspecting the gRPC channelz data.

Usage is simple:

channelz.Handle(http.DefaultServeMux, "/channelz/", channelz.ThisProcess())

It is inspired by https://github.com/rantav/go-grpc-channelz. The main feature added was inspecting the current process even if doesn't run a gRPC server.

Documentation

Overview

Package channelz renders a few webpages for inspecting the gRPC channelz data.

Index