Julien Pinsonneau
Julien Pinsonneau
This PR allows using descriptors for clusterwide CRDs. Check https://issues.redhat.com/browse/OCPBUGS-19541 for details Before:  After: 
## Description Allow port filtering if protocol not set ## Dependencies n/a ## Checklist If you are not familiar with our processes or don't know what to answer in the...
## Description Put Mac address enrichment behind feature gate You will need to processor env to: `EnrichFromMac: true` ## Dependencies https://github.com/netobserv/flowlogs-pipeline/pull/674 ## Checklist If you are not familiar with our...
## Description - Append `namespace` using `metricRelabelConfigs` in prometheus metrics - Add `devUrl` to console config /!\ this doesn't work with user workload monitoring, you need to enable cluster monitoring...
Currently, auth return a `403` error whenever the user have other access or not. This PR suggest to add `405` status code when authorization config contains another verb than the...
## Description - moved cardinalities and loki labels out of frontend config using separated JSONs - get OTEL configs from JSON Preview: https://github.com/netobserv/network-observability-operator/blob/ascii_docs/docs/flows-format.adoc ## Dependencies n/a ## Checklist If you...
## Description Create the console plugin when FlowCollector doesn't exists to expose the new forms. ~Suggested alternatives: https://github.com/netobserv/network-observability-operator/pull/1346 & https://github.com/netobserv/network-observability-operator/pull/1374~ See https://github.com/netobserv/network-observability-console-plugin/pull/763 for the forms implementations ## Dependencies n/a ##...
Allow custom registry https://redhat-internal.slack.com/archives/C02939DP5L5/p1747126638173369?thread_ts=1747122429.054109&cid=C02939DP5L5
## Performance improvements ### 1. Lock-free flow updates (`bpf/flows.c`, `bpf/types.h`) - Removed `bpf_spin_lock` from the `flow_metrics` structure. - Replaced with atomic operations: - `__sync_fetch_and_add()` for `packets` and `bytes`. - Direct...
## Description Parse truncated DNS QNAME and append it to the flows when available ## Dependencies n/a ## Checklist If you are not familiar with our processes or don't know...