Versions in this module Expand all Collapse all v1 v1.0.0 Mar 6, 2025 Changes in this version + func Handler(w http.ResponseWriter, r *http.Request) + func HealthHandler(w http.ResponseWriter, r *http.Request) + func SetEnvFilter(filter func(string, string) (string, string)) + type Stats struct + Arch string + BuildInfo string + CPUs int + EnvVars map[string]string + Executable string + GCCount uint32 + GCPauseTotal uint64 + GoroutineNum int + MemoryAlloc uint64 + MemorySys uint64 + MemoryTotalAlloc uint64 + MemoryUsage float64 + OS string + PID int + PPID int + ThreadCount int64 + Time int64 + Uptime int64 + Version string + func CollectStats() *Stats