Documentation
¶
Overview ¶
Package admin is baseplate boilerplate for common internal admin features.
Index ¶
Constants ¶
View Source
const Addr = ":6060"
Variables ¶
View Source
var Mux = http.NewServeMux()
Mux is the default ServeMux to be used for admin servers in packages like httpbp, thriftbp, etc. Mux configures the following routes:
metrics - serve /metrics for prometheus profiling - serve /debug/pprof for profiling, ref: https://pkg.go.dev/net/http/pprof
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.