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

# Functions

MakeClusterSettings returns a Settings object.
MakeClusterSettingsWithVersions returns a Settings object that has the given latest and minimum supported versions.
MakeTestingClusterSettings returns a Settings object that is initialized with the latest version.
MakeTestingClusterSettingsWithVersions returns a Settings object that has its latest and minimum supported versions set to the provided versions.
TestingCloneClusterSettings makes a clone of the Settings object.

# 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.