package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
New returns a new ASCII TSDB.
WithDivisor divides all individual points of a metric by the given divisor.
WithGraphOptions configures the look and feel of the generated ASCII graphs.
WithLimit is used to limit the number of points in the graph.
WithOffset is used to offset a specified number of points in the graph.
WithRate plots the rate of growth for a given metric.
# Structs
TSDB is used to plot ASCII timeseries for tests that want to observe how CRDB metrics behave.
# Interfaces
Option represents a configuration setting.