Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 (*Server) StartAsync ¶
func (s *Server) StartAsync()
StartAsync start inner http server background.
Click to show internal directories.
Click to hide internal directories.