generatorreceiver

package module
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2023 License: Apache-2.0 Imports: 20 Imported by: 1

Documentation

Index

Constants

View Source
const (
	DefaultTopoFile = "topo.json"
)

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() receiver.Factory

NewFactory creates a factory for the receiver.

Types

type Config

type Config struct {
	// Path of generator config file. Path is relative to current directory.
	Path string `mapstructure:"path"`
	// Inline string containing the topo file
	InlineFile string `mapstructure:"inline"`
	// ApiIngress holds config settings for HTTP server listening for requests.
	ApiIngress confighttp.HTTPServerSettings `mapstructure:"api"`
}

Config defines configuration for OTLP receiver.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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