pipelines

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BufferPool = sync.Pool{
	New: func() any {
		return make([]byte, 1024)
	},
}
View Source
var EntryPool = sync.Pool{
	New: func() any { return new(LogEntry) },
}

Functions

This section is empty.

Types

type LogBurst

type LogBurst struct {
	Category      string
	WindowStart   time.Time
	Count         int
	AlertsSent    int
	LastAlertTime time.Time
}

type LogEntry

type LogEntry struct {
	Source    string
	Content   []byte
	Timestamp time.Time
	Level     string
	IdLog     string
	RawEntry  []byte
}

type LogStats

type LogStats struct {
	Count     int
	FirstSeen time.Time
	LastSeen  time.Time
	Level     []byte
}

Jump to

Keyboard shortcuts

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