e3.1.0 Refactored lifecycle (configuration, drop report, heartbeat).
This commit is contained in:
11
type.go
11
type.go
@ -8,12 +8,11 @@ import (
|
||||
|
||||
// logRecord represents a single log entry.
|
||||
type logRecord struct {
|
||||
Flags int64
|
||||
TimeStamp time.Time
|
||||
Level int64
|
||||
Trace string
|
||||
Args []any
|
||||
unreportedDrops uint64 // Dropped log tracker
|
||||
Flags int64
|
||||
TimeStamp time.Time
|
||||
Level int64
|
||||
Trace string
|
||||
Args []any
|
||||
}
|
||||
|
||||
// TimerSet holds all timers used in processLogs
|
||||
|
||||
Reference in New Issue
Block a user