Skip to content

Commit

Permalink
merged main and updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amitslavin committed Nov 22, 2023
1 parent 7714bd8 commit ca7756d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/network/ebpf/c/protocols/http2/maps-defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ BPF_PERCPU_ARRAY_MAP(http2_ctx_heap, http2_ctx_t, 1)

/* This map is used for telemetry in kernelspace
* only key 0 is used
* value is a telemetry object
* value is a http2 telemetry object
*/
BPF_ARRAY_MAP(http2_telemetry, http2_telemetry_t, 1)

Expand Down
1 change: 0 additions & 1 deletion pkg/network/protocols/http2/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func (p *protocol) PreStart(mgr *manager.Manager) (err error) {

func (p *protocol) PostStart(mgr *manager.Manager) error {
// Setup map cleaner after manager start.
p.setupMapCleaner(mgr)
go func() {
p.UpdateKernelTelemetry(mgr)
}()
Expand Down
2 changes: 1 addition & 1 deletion pkg/network/protocols/http2/types_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca7756d

Please sign in to comment.