otel

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentBridgeService

type AgentBridgeService interface {
	RetrieveAgentInfoByPolicyName(policyName string) (*AgentDataPerPolicy, error)
	NotifyAgentDisconnection(ctx context.Context, err error)
}

type AgentDataPerPolicy

type AgentDataPerPolicy struct {
	PolicyID  string
	Datasets  string
	AgentTags map[string]string
}

type BridgeService

type BridgeService struct {
	AgentTags map[string]string
	// contains filtered or unexported fields
}

func NewBridgeService

func NewBridgeService(ctx context.Context, policyRepo *policies.PolicyRepo, agentTags map[string]string) *BridgeService

func (*BridgeService) NotifyAgentDisconnection

func (b *BridgeService) NotifyAgentDisconnection(ctx context.Context, err error)

func (*BridgeService) RetrieveAgentInfoByPolicyName

func (b *BridgeService) RetrieveAgentInfoByPolicyName(policyName string) (*AgentDataPerPolicy, error)

Directories

Path Synopsis
Package otlpmqttexporter exports data by using the OTLP format to an MQTT endpoint.
Package otlpmqttexporter exports data by using the OTLP format to an MQTT endpoint.

Jump to

Keyboard shortcuts

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