]> git.feebdaed.xyz Git - 0xmirror/cilium.git/commit
hubble/parser: make parsing monitor events extendable in hubble
authorFabian Fischer <fabian.fischer@isovalent.com>
Mon, 8 Dec 2025 16:44:00 +0000 (17:44 +0100)
committerAndré Martins <aanm@users.noreply.github.com>
Wed, 17 Dec 2025 08:36:12 +0000 (08:36 +0000)
commitade34c1935e30180faa379b1d842d92ae2eda2e3
treec48dba369f0043b7d0b0054b129c71922062f238
parent693f2aa94e3a575ea35298e579c98bfa4c5d1ecf
hubble/parser: make parsing monitor events extendable in hubble

We recently added the option to add custom extensions to monitor events.
To be able to use these extensions, add some hooks to the hubble parser.

Signed-off-by: Fabian Fischer <fabian.fischer@isovalent.com>
pkg/hubble/parser/debug/parser.go
pkg/hubble/parser/debug/parser_test.go
pkg/hubble/parser/options/options.go
pkg/hubble/parser/parser.go
pkg/hubble/parser/sock/parser.go
pkg/hubble/parser/sock/parser_test.go
pkg/hubble/parser/threefour/parser.go
pkg/hubble/parser/threefour/parser_test.go