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
M_Api_Dashboard_Post
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
M_Api_Login_Post
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.

# Interfaces

Counters hold an int64 value that can be incremented and decremented.
No description provided by the author

# Type aliases

CounterSnapshot is a read-only copy of another Counter.
DuplicateMetric is the error returned by Registry.Register when a metric already exists.