package
0.0.0-20241106082018-11bdd2c44119
Repository: https://github.com/vidkin/metrics.git
Documentation: pkg.go.dev

# Functions

Close attempts to close the provided Repository if it implements the io.Closer interface.
DumpMetric attempts to dump a given metric to the provided Repository.
No description provided by the author
No description provided by the author
NewMetricRouter initializes a new MetricRouter with the provided chi.Mux, Repository, and server configuration.
No description provided by the author
No description provided by the author
Ping checks the availability of the provided Repository by attempting to ping it.

# Constants

Constants for metric parameters and types.
Constants for metric parameters and types.
Constants for metric parameters and types.
Constants for metric parameters and types.
Constants for metric parameters and types.

# Structs

MetricRouter is a struct that manages HTTP routing for metrics-related operations.

# Interfaces

Dumper defines the methods required for dump metrics to a storage system or output format.
Repository defines the methods required for a metrics data store.