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 ¶
View Source
var AnyConnectionType = []string{ string(RecordTypeAllConnections), string(RecordTypeNewConnection), string(RecordTypeHeartbeat), string(RecordTypeEndConnection), }
View Source
var ConnectionTypes = []string{ string(RecordTypeNewConnection), string(RecordTypeHeartbeat), string(RecordTypeEndConnection), }
Functions ¶
This section is empty.
Types ¶
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
Click to show internal directories.
Click to hide internal directories.