Julien Pinsonneau

Results 16 issues of Julien Pinsonneau

This PR allows using descriptors for clusterwide CRDs. Check https://issues.redhat.com/browse/OCPBUGS-19541 for details Before: ![image](https://github.com/openshift/console/assets/91894519/cc0dafab-5d47-4eb4-930c-a67c2699daf9) After: ![image](https://github.com/openshift/console/assets/91894519/b413062a-6197-4da3-a593-f0067688140a)

lifecycle/rotten
needs-rebase
component/olm
jira/valid-bug
jira/valid-reference

## 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...

lgtm
do-not-merge/work-in-progress

## 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...

lgtm
ok-to-test

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 ##...

ok-to-test
needs-review

Allow custom registry https://redhat-internal.slack.com/archives/C02939DP5L5/p1747126638173369?thread_ts=1747122429.054109&cid=C02939DP5L5

lgtm

## 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...

do-not-merge/work-in-progress

## 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...

ok-to-test
lgtm