metrics

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

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
	NetEvCount       counter.Counter // TODO: remove (deprecated)
	NetCapCount      counter.Counter // network capture events
	BPFLogsCount     counter.Counter
	ErrorCount       counter.Counter
	LostEvCount      counter.Counter
	LostWrCount      counter.Counter
	LostNtCount      counter.Counter // TODO: remove (deprecated)
	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 added in v0.8.0

func (stats *Stats) RegisterPrometheus() error

Register Stats to prometheus metrics exporter

Jump to

Keyboard shortcuts

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