Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CycleNodeRequests is the number of CycleNodeRequests in the cluster CycleNodeRequests = prometheus.NewDesc( fmt.Sprintf("%v_cycle_node_requests", namespace), "Number of CycleNodeRequests in the cluster", []string{}, nil, ) // CycleNodeRequestsByPhase is the number of CycleNodeRequests in the cluster by phase CycleNodeRequestsByPhase = prometheus.NewDesc( fmt.Sprintf("%v_cycle_node_requests_by_phase", namespace), "Number of CycleNodeRequests in the cluster by phase", []string{"phase"}, nil, ) // CycleNodeStatuses is the number of CycleNodeStatuses in the cluster CycleNodeStatuses = prometheus.NewDesc( fmt.Sprintf("%v_cycle_node_status", namespace), "Number of CycleNodeStatuses in the cluster", []string{}, nil, ) // CycleNodeStatusesByPhase is the number of CycleNodeStatuses in the cluster by phase CycleNodeStatusesByPhase = prometheus.NewDesc( fmt.Sprintf("%v_cycle_node_status_by_phase", namespace), "Number of CycleNodeStatuses in the cluster by phase", []string{"phase"}, nil, ) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.