v1.0.4 is there! #413
jotak
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Key highlights
This release brings a bunch of optional features implemented in our eBPF Agent and our OpenShift Console plugin: ability to monitor packet drops (with their drop reason), TCP latency (RTT) and DNS traffic (including error codes).
Also, Loki isn't a hard requirement anymore: NetObserv can now be deployed without storing the flows. This makes sense if you configure a custom exporter (e.g. via Kafka or IPFIX) and have your own downstream pipeline for processing generated flows. Note that our Console plugin won't work without Loki, so it will be disabled in that case. Metrics generated for Prometheus are, however, still available.
In the Console plugin, the notion of "Reporter" has gone: you don't have anymore to make the difficult choice of choosing Source, Destination or both reporters (and getting duplicates): flows reported from different nodes are now merged and deduped automatically.
There are also a bunch of other UI enhancements that you will hopefully find improving the user experience, such as the "Not" filter, a "Back and forth" option to get return traffic, a Scope slider in the topology view, etc.
The eBPF Agent now supports SR-IOV devices.
IBM-Z was added as a supported architecture.
And last but not least, some performance improvements especially on the eBPF Agent side, and some bug fixes...
You can see the full changelog below.
What's Changed
Breaking changes 🛠
Non-breaking changes
New Contributors
Full Changelog: 1.0.3...1.0.4
Related components
eBPF Agent
What's Changed
Breaking changes 🛠
Non-breaking changes
New Contributors
Full Changelog: netobserv/netobserv-ebpf-agent@v0.3.1...v0.3.2
Flowlogs-Pipeline
What's Changed
Breaking changes 🛠
Non-breaking changes
New Contributors
Full Changelog: netobserv/flowlogs-pipeline@v0.1.9...v0.1.10
Console Plugin
What's Changed
Non-breaking changes
New Contributors
Full Changelog: netobserv/network-observability-console-plugin@v0.1.10...v0.1.11
This discussion was created from the release 1.0.4.
Beta Was this translation helpful? Give feedback.
All reactions