sqliteexporter

package module
v0.0.0-...-8ab2800 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() component.ExporterFactory

Types

type AttributeKind

type AttributeKind string
const (
	Span     AttributeKind = "span"
	Resource AttributeKind = "resource"
	Scope    AttributeKind = "scope"
	Event    AttributeKind = "event"
	Link     AttributeKind = "link"
)

type Config

type Config struct {
	config.ExporterSettings `mapstructure:",squash"`

	// Path is the sqlite instance full path.
	Path string `mapstructure:"path"`
}

Config defines configuration for SQLite exporter.

func (*Config) Validate

func (cfg *Config) Validate() error

Validate validates the SQLite exporter configuration.

Jump to

Keyboard shortcuts

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