processor

package
v0.1.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type YamlProcessor

type YamlProcessor struct {
	Yaml    *model.YamlMapping
	CsvFile string
}

func NewYamlProcessor

func NewYamlProcessor(y *model.YamlMapping, filename string) YamlProcessor

func (YamlProcessor) RunParallel

func (y YamlProcessor) RunParallel(ch chan [][]string, done chan bool)

run the datadog downloader in parallel based on query util all logs are downloaded

func (YamlProcessor) RunSync

func (y YamlProcessor) RunSync() error

run the datadog downloader sequentially based on query util all logs are downloaded

func (YamlProcessor) Validate

func (y YamlProcessor) Validate(filename string) (out [][]string, err error)

validate if the given yaml configuration is mapped to correct logs in datadog it will download just 10 records for validation

Jump to

Keyboard shortcuts

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