|
| 1 | +// Module included in the following assemblies: |
| 2 | +// * network_observability/network-observability-release-notes.adoc |
| 3 | + |
| 4 | +:_mod-docs-content-type: REFERENCE |
| 5 | +[id="network-observability-operator-release-notes-1-11-1-fixed-issues_{context}"] |
| 6 | += Network Observability Operator 1.11.1 fixed issues |
| 7 | + |
| 8 | +[role="_abstract"] |
| 9 | +The Network Observability Operator 1.11.1 release contains several fixed issues that improve eBPF agent performance and the user experience in the {product-title} web console. |
| 10 | + |
| 11 | +eBPF agent memory usage optimization:: |
| 12 | +Before this update, a regression in the eBPF agent caused kernel memory to be reserved unintentionally for disabled features. This resulted in higher than expected memory usage for the agent. |
| 13 | ++ |
| 14 | +With this update, the eBPF agent ensures that reserved kernel memory is kept to a minimum when features are disabled. As a result, the agent's memory footprint is reduced and resource allocation is more efficient. |
| 15 | ++ |
| 16 | +link:https://issues.redhat.com/browse/NETOBSERV-2656[NETOBSERV-2656] |
| 17 | + |
| 18 | +Improved DNS graph availability in Prometheus-only mode:: |
| 19 | +Before this update, when Loki was disabled and DNS tracking was enabled, the {product-title} console plugin failed to display any DNS graphs. Instead, it displayed an error stating the request could not be performed with Prometheus metrics, even for graphs that had valid Prometheus data. |
| 20 | ++ |
| 21 | +With this update, the error is only displayed for specific graphs that lack configured metrics. As a result, all valid DNS graphs are now correctly displayed in the web console. |
| 22 | ++ |
| 23 | +link:https://issues.redhat.com/browse/NETOBSERV-2621[NETOBSERV-2621] |
| 24 | + |
| 25 | +Improved error handling in Topology view:: |
| 26 | +Before this update, in installations without Loki, certain queries in the *Topology* view could result in errors due to missing Prometheus metrics. These errors sometimes persisted until you cleared the browser cache. |
| 27 | ++ |
| 28 | +With this update, the console no longer displays invalid scopes caused by missing metrics. Additionally, error handling in the console has been updated to provide more actionable information, eliminating the need for manual cache clears in these scenarios. |
| 29 | ++ |
| 30 | +link:https://issues.redhat.com/browse/NETOBSERV-2477[NETOBSERV-2477] |
| 31 | + |
| 32 | +//// |
| 33 | +Follow this format: |
| 34 | + |
| 35 | +MetricName and Remap fields are validated:: |
| 36 | ++ |
| 37 | +Before this update, users could create a `FlowMetric` custom resource (CR) with an invalid metric name. Although the `FlowMetric` CR was successfully created, the underlying metric would fail silently without providing any error feedback to the user. |
| 38 | ++ |
| 39 | +With this release, the `FlowMetric`, `metricName`, and `remap` fields are now validated before creation, so users are immediately notified if they enter an invalid name. |
| 40 | ++ |
| 41 | +link:https://issues.redhat.com/browse/NETOBSERV-2348[NETOBSERV-2348] |
| 42 | +//// |
0 commit comments