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

# Functions

MakeTS translates a series of k store metrics, into a series of metrics with k store values per tick.
NewClusterMetricsTracker returns a MetricsTracker object that prints tick metrics to Stdout, in a CSV format.
NewTracker returns a new MetricsTracker.
Transpose will a copy of the given matrix, transposed.

# Structs

ClusterMetricsTracker gathers metrics and prints those to stdout.
StoreMetrics tracks metrics per-store in a simulation run.
Tracker maintains a list of listeners and updates them with new StoreMetrics information when ticked.

# Interfaces

the MetricsTracker to report new store metrics for a tick.