Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct {
EventCount counter.Counter
EventsFiltered counter.Counter
NetCapCount counter.Counter // network capture events
BPFLogsCount counter.Counter
ErrorCount counter.Counter
LostEvCount counter.Counter
LostWrCount counter.Counter
LostNtCapCount counter.Counter // lost network capture events
LostBPFLogsCount counter.Counter
}
When updating this struct, please make sure to update the relevant exporting functions
func (*Stats) RegisterPrometheus ¶
Register Stats to prometheus metrics exporter
Click to show internal directories.
Click to hide internal directories.