Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct { sync.RWMutex Started int64 `json:"started"` Memory string `json:"memory"` Threads int `json:"threads"` GC string `json:"gc_pause"` Counters []*counter `json:"counters"` // contains filtered or unexported fields }
Stats of service
func (*Stats) StatsHandler ¶
func (s *Stats) StatsHandler(w http.ResponseWriter, r *http.Request)
StatsHandler ...
Click to show internal directories.
Click to hide internal directories.