Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IncGetOperationCounter ¶
func IncGetOperationCounter(source SourceLabel, status StatusLabel)
func Register ¶
func Register(r prometheus.Registerer)
Types ¶
type SourceLabel ¶
type SourceLabel string
const ( LabelSourceRedis SourceLabel = "redis" LabelSourceInmemory SourceLabel = "inmemory" )
type StatusLabel ¶
type StatusLabel string
const ( LabelStatusHit StatusLabel = "hit" LabelStatusMiss StatusLabel = "miss" )
Click to show internal directories.
Click to hide internal directories.