package
0.3.0
Repository: https://github.com/cockroachlabs/visus.git
Documentation: pkg.go.dev

# Functions

FromCollection creates a collector from a collection configuration stored in the database.
New creates a collector with the given name.

# Constants

Counter is a cumulative metric that represents a single monotonically increasing value.
Gauge is a metric that represents a single numerical value that can arbitrarily go up and down.
Undefined is for metrics not currently supported.

# Interfaces

A Collector retrieves all the metric values for all the gauges and counters configured.

# Type aliases

MetricKind specify the type of the metric: counter or gauge.