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 for each nodegroup", []string{"phase", "nodegroup"}, 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, ) // NodeGroupInfo provides static information about nodegroups NodeGroupInfo = prometheus.NewDesc( fmt.Sprintf("%v_node_group_info", namespace), "Static information about nodegroups in the cluster", []string{ "nodegroup_name", "nodegroups_list", "node_selector", "concurrency", "method", "max_failed_cnrs", "skip_missing_named_nodes", "skip_initial_health_checks", "skip_pre_termination_checks", "priority", }, nil, ) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.