instrumentation

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL