devserver

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartAgent

func StartAgent(c Config)

StartAgent start inner http server by config.

Types

type Config

type Config struct {
	Enabled       bool   `json:",default=true"`
	Host          string `json:",optional"`
	Port          int    `json:",default=6470"`
	MetricsPath   string `json:",default=/metrics"`
	HealthPath    string `json:",default=/healthz"`
	EnableMetrics bool   `json:",default=true"`
	EnablePprof   bool   `json:",default=true"`
}

Config is config for inner http server.

type Server

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

Server is inner http server, expose some useful observability information of app. For example health check, metrics and pprof.

func NewServer

func NewServer(config Config) *Server

NewServer returns a new inner http Server.

func (*Server) StartAsync

func (s *Server) StartAsync()

StartAsync start inner http server background.

Jump to

Keyboard shortcuts

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