package channelz

import "google.golang.org/grpc/channelz"

Package channelz exports internals of the channelz implementation as required by other gRPC packages.

The implementation of the channelz spec as defined in https://github.com/grpc/proposal/blob/master/A14-channelz.md, is provided by the `internal/channelz` package.

Experimental

Notice: All APIs in this package are experimental and may be removed in a later release.

Index

Types

type Identifier

type Identifier = channelz.Identifier

Identifier is an opaque identifier which uniquely identifies an entity in the channelz database.

Source Files

channelz.go

Directories

PathSynopsis
channelz/grpc_channelz_v1
channelz/internal
channelz/servicePackage service provides an implementation for channelz service server.
Version
v1.70.0 (latest)
Published
Jan 23, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
17 hours ago

Tools for package owners.