Versions in this module Expand all Collapse all v1 v1.0.1 Aug 26, 2026 Changes in this version + func StartAgent(c Config) + type Config struct + EnableMetrics bool + EnablePprof bool + Enabled bool + HealthPath string + HealthResponse string + Host string + MetricsPath string + Port int + type Server struct + func NewServer(config Config) *Server + func (s *Server) StartAsync(c Config)