github.com/cilium/cilium@v1.16.2/pkg/maps/metricsmap/doc.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 // Package metricsmap represents the BPF metrics map in the BPF programs. It is 5 // implemented as a hash table containing an entry of different drop and forward 6 // counts for different drop/forward reasons and directions. 7 // +groupName=maps 8 package metricsmap