Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2026 Changes in this version + func ForceGC() + func StartMetricsServer(cfg MetricsConfig, bus *msgbus.MsgBus) (*http.Server, error) + type MetricsConfig struct + Addr string + Enabled bool + type RuntimeConfig struct + GCOff bool + GOMAXPROCS int + MemLimitBytes int64 + func (c RuntimeConfig) Apply() error