 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	// PrometheusPortName defines the port name used in the metrics Service.
	PrometheusPortName = "metrics"
)
    Variables ¶
This section is empty.
Functions ¶
func CreateServiceMonitors ¶ added in v0.4.0
func CreateServiceMonitors(config *rest.Config, ns string, services []*v1.Service) ([]*monitoringv1.ServiceMonitor, error)
CreateServiceMonitors creates ServiceMonitors objects based on an array of Service objects. If CR ServiceMonitor is not registered in the Cluster it will not attempt at creating resources.
func ExposeMetricsPort ¶
ExposeMetricsPort creates a Kubernetes Service to expose the passed metrics port.
func GenerateServiceMonitor ¶
func GenerateServiceMonitor(s *v1.Service) *monitoringv1.ServiceMonitor
GenerateServiceMonitor generates a prometheus-operator ServiceMonitor object based on the passed Service object.
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.