http

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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

func (s *Server) EnablePProfEndpoint()

EnablePProfEndpoint enables pprof endpoint for debugging

func (*Server) EnablePyroAgent

func (s *Server) EnablePyroAgent() error

EnablePyroAgent enables pyroscope agent in golang push mode TODO: make this configurable

func (*Server) MetricsEndpointEnabled

func (s *Server) MetricsEndpointEnabled() bool

MetricsEndpointEnabled returns true if metrics endpoint is enabled

func (*Server) Start

func (s *Server) Start(ctx context.Context)

Start starts the http server on the listen address

Jump to

Keyboard shortcuts

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