statscollector

package
v0.0.0-...-7726874 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2020 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

type Collector interface {
	CollectorReader
	collector.EventCollector
}

Collector interface implements

func NewCollector

func NewCollector() Collector

NewCollector provides a new collector interface

type CollectorReader

type CollectorReader interface {
	Count() int
	GetAllRecords() map[string]*collector.FlowRecord
	GetUserRecords() map[string]*collector.UserRecord
	FlushUserCache()
	GetAllDataPathPacketRecords() []*collector.PacketReport
	GetAllCounterReports() []*collector.CounterReport
	GetDNSReports() chan *collector.DNSRequestReport
}

CollectorReader interface which provides functions to query pending stats

Jump to

Keyboard shortcuts

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