Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CmdCount = promauto.NewCounterVec(prometheus.CounterOpts{ Namespace: "pgo", Subsystem: "command", Name: "count", Help: "Counter for the number of commands executed.", }, []string{"service", "cmd", "subcmd"}) CmdErrorCount = promauto.NewCounterVec(prometheus.CounterOpts{ Namespace: "pgo", Subsystem: "command", Name: "error_count", Help: "Counter for the number of commands executed that resulted in an error", }, []string{"service", "cmd", "subcmd"}) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.