agent

package
v2.17.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2023 License: Apache-2.0 Imports: 67 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddAgentInfoAttribute

func AddAgentInfoAttribute(
	agentInfo *agentinfo.AgentInfo,
	otelConfigProvider *otelconfig.Provider,
)

AddAgentInfoAttribute adds the agent group and instance labels to OTel config.

func AgentOTelComponents

func AgentOTelComponents(in AgentOTelComponentsIn) (otelcol.Factories, error)

AgentOTelComponents constructs OTel Collector Factories for Agent.

func ModuleForAgentOTel

func ModuleForAgentOTel() fx.Option

ModuleForAgentOTel provides fx options for AgentOTelComponent.

func ProvidePeersPrefix

func ProvidePeersPrefix(agentInfo *agentinfo.AgentInfo) (peers.PeerDiscoveryPrefix, error)

ProvidePeersPrefix provides the peers prefix.

Types

type AgentOTelComponentsIn added in v2.16.0

type AgentOTelComponentsIn struct {
	fx.In
	Alerter            alerts.Alerter      `name:"AlertsFx"`
	ReceiverFactories  []receiver.Factory  `group:"otel-collector-receiver-factories"`
	ProcessorFactories []processor.Factory `group:"otel-collector-processor-factories"`
	PromRegistry       *prometheus.Registry
	Engine             iface.Engine
	ClasEng            iface.ClassificationEngine
	ServerGRPC         *grpc.Server `name:"default"`
	ControlPointCache  *cache.Cache[selectors.TypedControlPointID]
	AlertMgr           *alertmanager.AlertManager
}

AgentOTelComponentsIn bundles and annotates parameters.

Jump to

Keyboard shortcuts

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