Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { *health.Server Storage storage.Storage // contains filtered or unexported fields }
Server represents the gRPC server responsible for handling collector ID requests.
func (Server) CollectorID ¶
func (srv Server) CollectorID(ctx context.Context, req *api.CollectorIDRequest) (*api.CollectorIDReply, error)
CollectorID implements api.CollectorSetControllerServer. It returns the next collector ID to use.
Click to show internal directories.
Click to hide internal directories.