server

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MetricsEndpointFlag = "metrics"
	HealthzEndpointFlag = "healthz"
	PProfEndpointFlag   = "pprof"
	ListenEndpointFlag  = "listen-addr"
)

Variables

This section is empty.

Functions

func ShouldStart

func ShouldStart(c *cli.Context) bool

Types

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server represents a http server

func New

func New(listenAddr string) *Server

New creates a new server

func (*Server) EnableHealthzEndpoint

func (s *Server) EnableHealthzEndpoint()

EnableHealthzEndpoint enables healthz endpoint

func (*Server) EnableMetricsEndpoint

func (s *Server) EnableMetricsEndpoint()

EnableMetricsEndpoint enables metrics endpoint

func (*Server) EnablePProfEndpoint added in v0.9.0

func (s *Server) EnablePProfEndpoint()

func (*Server) Start

func (s *Server) Start()

Start starts the http server on the listen addr

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL