extract

package
v0.0.0-...-0e219df Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	LogLine string
	Value   float64
}

type Extractor

type Extractor interface {
	Key() string
	Extract(logLine string) (Data, error)
}

func GetExtractor

func GetExtractor(key string) (Extractor, error)

func NewJestHeapExtrator

func NewJestHeapExtrator() Extractor

func NewPingExtrator

func NewPingExtrator() Extractor

Jump to

Keyboard shortcuts

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