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

# Functions

NewProber creates a Prober from Opts.
ProbeKeyForRange return the key to probe for a given range.

# Structs

Metrics groups together the metrics that kvprober exports.
Opts provides knobs to control kvprober.Prober.
Prober sends queries to KV in a loop.
ProberOps collects the methods used to probe the KV layer.
Step is a decision on what range to probe next, including info needed by kvprober to execute on the plan, such as the key to probe.