package
23.2.20+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.

# 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.
TelemetryOptOut controls whether to opt out of telemetry (including Sentry) or not.

# Structs

Settings is the collection of cluster settings.

# Interfaces

OverridesInformer is an interface that can be used to figure out if a setting is currently being overridden by the host cluster (only possible for secondary tenants).

# Type aliases

CPUProfileType tracks whether a CPU profile is in progress.