package
0.0.0-20231030165809-750d6ac8af90
Repository: https://github.com/swfrench/nginx-log-exporter.git
Documentation: pkg.go.dev

# Packages

Package mock_metrics is a generated GoMock package.

# Functions

NewManager returns a Manager configured with the supplied "base" labels.

# Structs

Counter is a concrete impl of CounterT.
Histogram is a concrete impl of HistogramT.
Manager is an abstraction for ownership and access to counter and histogram metrics, intended to reduce boilerplate over managing Prometheus metrics directly.

# Interfaces

CounterT is an interface for "wrapped" (i.e.
HistogramT is an interface for "wrapped" (i.e.
ManagerT is an interface representing a Manager (useful for mocks).