github.com/cilium/cilium@v1.16.2/pkg/hubble/api/v1/const.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright Authors of Hubble
     3  
     4  package v1
     5  
     6  const (
     7  	// ObserverServiceName is the name of the observer service for the grpc health check
     8  	ObserverServiceName = "hubble.server.Observer"
     9  )