Documentation
¶
Index ¶
Constants ¶
View Source
const ( LRPCreations = "eirini_lrp_creations" LRPCreationsHelp = "The total number of created lrps" LRPCreationDurations = "eirini_lrp_creation_durations" LRPCreationDurationsHelp = "The duration of lrp creations" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LRPDesirer ¶
type LRPDesirerDecorator ¶
type LRPDesirerDecorator struct { LRPDesirer // contains filtered or unexported fields }
func NewLRPDesirerDecorator ¶
func NewLRPDesirerDecorator( desirer LRPDesirer, registry prometheus_api.Registerer, clck clock.PassiveClock, ) (*LRPDesirerDecorator, error)
Click to show internal directories.
Click to hide internal directories.