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=6060"` MetricsPath string `json:",default=/metrics"` HealthPath string `json:",default=/healthz"` EnableMetrics bool `json:",default=true"` EnablePprof bool `json:",default=true"` HealthResponse string `json:",default=OK"` }
Config is config for inner http server.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is an inner http server, expose some useful observability information of app. For example, health check, metrics and pprof.
func (*Server) StartAsync ¶
StartAsync start inner http server background.
Click to show internal directories.
Click to hide internal directories.