Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FailedSpaces = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "not_ready_spaces", Help: "Not Ready Spaces", }, []string{"name"}, ) ReadySpaces = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "ready_spaces", Help: "Ready Spaces", }, []string{"name"}, ) InProgressSpaces = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "in_progress_spaces", Help: "In Progress Spaces", }, []string{"name"}, ) ReadySpaceTemplates = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "ready_spacetemplates", Help: "ready SpaceTemplates", }, []string{"name"}, ) FailedSpaceTemplates = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "not_ready_spacetemplates", Help: "not ready SpaceTemplates", }, []string{"name"}, ) InProgresSpaceTemplates = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "in_progress_spacetemplates", Help: "In Progress SpaceTemplates", }, []string{"name"}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.