package
2.6.0+incompatible
Repository: https://github.com/coderabbitai/grafana.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewCounter constructs a new StandardCounter.
Create a new registry.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
StandardCounter is the standard implementation of a Counter and uses the sync/atomic package to manage a single int64 value.
The standard implementation of a Registry is a mutex-protected map of names to metrics.
# Type aliases
CounterSnapshot is a read-only copy of another Counter.
DuplicateMetric is the error returned by Registry.Register when a metric already exists.