package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev

# Functions

NewAggregator returns a new empty Aggregator.

# Variables

DefaultAggregator is the global aggregator to use for real programs.
ErrSlaveNotRunning is returned by health plugins when replication is not running and we can't figure out the replication delay.

# Structs

Aggregator aggregates the results of many Reporters.

# Interfaces

Reporter reports the health status of a tablet.

# Type aliases

FunctionReporter is a function that may act as a Reporter.