package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

GetInternalTimeseriesNamesFromServer is a helper that uses the provided ClientConn to query the AllMetricMetadata endpoint, and returns the set of all possible internal metric names as a sorted slice.
MakeOptionalNodesStatusServer initializes and returns an OptionalNodesStatusServer.

# Structs

OptionalNodesStatusServer is a StatusServer that is only optionally present inside the SQL subsystem.

# Interfaces

NodesStatusServer is an endpoint that allows the SQL subsystem to observe node descriptors.
SQLStatusServer is a smaller version of the serverpb.StatusServer which includes only the methods used by the SQL subsystem.
TenantStatusServer is the subset of the serverpb.StatusServer that is used by tenants to query for debug information, such as tenant-specific range reports.