Versions in this module Expand all Collapse all v1 v1.7.7 Dec 24, 2024 v1.7.6 Dec 24, 2024 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)