You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: containerd CPU utilization: convert from nS to mS before casting to 32-bits. Counter was wrapping too quickly before.
init-scripts: building with initscripts (e.g. for Red Hat 6) now requires INITD to be added to the FEATURES list.
Agent address selection: avoid auto-generated IPv6 addresses.
mod_k8s and mod_containerd: the containerd.go program is now more likely to capture the TaskExit event and poll the counters one more time before the pod is done -- passing termination state so it can be included with the sFlow feed. The collector can then know if the pod terminated gracefully or crashed.
Added mod_epcap : an eBPF packet-sampling module that requires libbpf-dev and clang to compile, and will only run properly with Linux kernel 6.11+. This module has the advantage that the ingress/egress direction of the packet is captured by the eBPF program, along with routing information where applicable.
Adding mod_vpp, to accept counters, tx/rx packet samples and packet-drops from the VPP sFlow plugin.
Also includes a number of minor bug fixes, logging improvements, and changes to satisfy Coverity Scan static-analysis checks.