Add L4 protocol label to advanced metrics #239
Labels
area/metrics
area/plugins
lang/go
The Go Programming Language
priority/1
P1
type/enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Advanced metrics include packet information such as IP and port. A typical packet 5-tuple is
(protocol, src IP, src port, dst IP, dst port)
(this would be a 3-tuple in theLocal Context
mode). This issue is to add the protocol label to such plugins asdropreason
andpacketparser
.Describe the solution you'd like
The protocol label should be optionally included in such metrics as
drop_count
,drop_bytes
,adv_forward_bytes
,adv_forward_count
.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: