github.com/giantswarm/apiextensions/v2@v2.6.2/pkg/annotation/monitoring.go (about)

     1  package annotation
     2  
     3  // Monitoring is used to activate/deactivate monitoring of a Service resource.
     4  // The value "true" activates it, "false" deactivates it.
     5  const Monitoring = "giantswarm.io/monitoring"
     6  
     7  // MonitoringPath is the path component of a metrics endpoint, e. g. "/metrics".
     8  const MonitoringPath = "giantswarm.io/monitoring-path"
     9  
    10  // MonitoringPort is the TCP port number to use for reaching the monitoring
    11  // endpoint of a Service. E. g. "8080".
    12  const MonitoringPort = "giantswarm.io/monitoring-port"