package
16.16.0
Repository: https://github.com/datarhei/core.git
Documentation: pkg.go.dev

# Functions

New returns a new registry for collectors that implement the Registry interface.
NewCollector returns a new collector according to the provided configuration.
NewNullCollector returns an implementation of the Collector interface that doesn't collect any metrics at all.

# Structs

CollectorConfig is the configuration for registering a new collector.
Config is the configuration for creating a new registry.
Peers is a group of the same peer grouped of the locations.
Session represents an active session.
Stats holds the basic accumulated values like the number of sessions, total transmitted and received bytes.
Summary is a summary over all current and past sessions.

# Interfaces

The Collector interface.
The Registry interface.
No description provided by the author