MCPcopy
hub / github.com/cilium/cilium / icmpHandler

Struct icmpHandler

pkg/hubble/metrics/icmp/handler.go:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type icmpHandler struct {
23 icmp *prometheus.CounterVec
24 context *api.ContextOptions
25 AllowList filters.FilterFuncs
26 DenyList filters.FilterFuncs
27}
28
29func (h *icmpHandler) Init(registry *prometheus.Registry, options *api.MetricConfig) error {
30 c, err := api.ParseContextOptions(options.ContextOptionConfigs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected