constants

package
v0.1.11-rc0 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppLabel                            = "app"
	AppLabelValue                       = "netobserv-flowcollector"
	RecordTypeLabel                     = "_RecordType"
	MetricTypeBytes          MetricType = "bytes"
	MetricTypePackets        MetricType = "packets"
	MetricTypeCount          MetricType = "count"
	MetricTypeCountDNS       MetricType = "countDns"
	MetricTypeFlowRTT        MetricType = "flowRtt"
	MetricTypeDNSLatencies   MetricType = "dnsLatencies"
	MetricTypeDroppedBytes   MetricType = "droppedBytes"
	MetricTypeDroppedPackets MetricType = "droppedPackets"
	DefaultMetricType        MetricType = MetricTypeBytes
	RecordTypeAllConnections RecordType = "allConnections"
	RecordTypeNewConnection  RecordType = "newConnection"
	RecordTypeHeartbeat      RecordType = "heartbeat"
	RecordTypeEndConnection  RecordType = "endConnection"
	RecordTypeLog            RecordType = "flowLog"
	DefaultRecordType        RecordType = RecordTypeLog
	PacketLossDropped        PacketLoss = "dropped"
	PacketLossHasDrop        PacketLoss = "hasDrops"
	PacketLossSent           PacketLoss = "sent"
	PacketLossAll            PacketLoss = "all"
	DefaultPacketLoss        PacketLoss = PacketLossAll
	Ingress                  Direction  = "0"
	Egress                   Direction  = "1"
	Inner                    Direction  = "2"
)

Variables

Functions

This section is empty.

Types

type Direction added in v0.1.11

type Direction string

type MetricType added in v0.1.11

type MetricType string

type PacketLoss added in v0.1.11

type PacketLoss string

type RecordType added in v0.1.10

type RecordType string

Jump to

Keyboard shortcuts

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