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

# Functions

MakeClusterSettings returns a Settings object that has its binary and minimum supported versions set to this binary's build and it's minimum supported versions respectively.
MakeTestingClusterSettings returns a Settings object that has its binary and minimum supported versions set to the baked in binary version.
MakeTestingClusterSettingsWithVersions returns a Settings object that has its binary and minimum supported versions set to the provided versions.
TelemetryOptOut is a place for controlling whether to opt out of telemetry or not.

# Constants

CPUProfileDefault means that a CPU profile is currently taken, but pprof labels are not enabled.
CPUProfileNone means that no CPU profile is currently taken.
CPUProfileWithLabels means that a CPU profile is currently taken and pprof labels are enabled.

# Variables

= nil.

# Structs

Settings is the collection of cluster settings.

# Type aliases

CPUProfileType tracks whether a CPU profile is in progress.