logsagentexporter

package module
v0.55.0-rc.3 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: Apache-2.0 Imports: 15 Imported by: 4

Documentation

Overview

Package logsagentexporter contains a logs exporter which forwards logs to a channel.

Index

Constants

View Source
const (
	// TypeStr defines the logsagent exporter type string.
	TypeStr = "logsagent"

	// LogSourceName specifies the Datadog source tag value to be added to logs sent by the logs agent exporter.
	LogSourceName = "otlp_log_ingestion"
)

Variables

This section is empty.

Functions

func NewFactory

func NewFactory(logsAgentChannel chan *message.Message) exp.Factory

NewFactory creates a new logsagentexporter factory.

Types

type Config

type Config struct {
	OtelSource    string
	LogSourceName string
}

Config defines configuration for the logs agent exporter.

Jump to

Keyboard shortcuts

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