Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMetricsServer ¶
func NewMetricsServer(l *log.PrefixLogger, cfg *agent_config.Config) *metricsServer
NewMetricsServer wires a core metrics server if metrics are enabled. It exposes /metrics on loopback and registers any configured collectors/callbacks.
func NewPprofServer ¶
func NewPprofServer(l *log.PrefixLogger, cfg *agent_config.Config) *pprofServer
NewPprofServer wires a core pprof server if profiling is enabled. It exposes /debug/pprof on loopback.
Types ¶
type AgentInstrumentation ¶
type AgentInstrumentation struct {
// contains filtered or unexported fields
}
AgentInstrumentation is a thin facade that runs metrics + pprof in parallel.
func NewAgentInstrumentation ¶
func NewAgentInstrumentation(l *log.PrefixLogger, cfg *agent_config.Config) *AgentInstrumentation
NewAgentInstrumentation builds the agent’s observability instrumentation (e.g., metrics, pprof).
func (*AgentInstrumentation) Run ¶
func (ai *AgentInstrumentation) Run(ctx context.Context)
Run starts all observability components (e.g., metrics, pprof) and blocks until ctx is canceled.
Click to show internal directories.
Click to hide internal directories.