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
Initially, Beyla application instrumentation was split into two pipelines (process discovery & process tracing), as we were planning to split the privileged and unprivileged parts into separate executables.
Since full Beyla can now work without admin privileges, we could simplify the code by joining again the two pipelines.
On one side, that would simplify the code.
On the other side, could slightly improve the speed and memory, as there are some duplicate resources that now could be shared, like the K8s metadata decoration nodes.
The text was updated successfully, but these errors were encountered:
Initially, Beyla application instrumentation was split into two pipelines (process discovery & process tracing), as we were planning to split the privileged and unprivileged parts into separate executables.
Since full Beyla can now work without admin privileges, we could simplify the code by joining again the two pipelines.
On one side, that would simplify the code.
On the other side, could slightly improve the speed and memory, as there are some duplicate resources that now could be shared, like the K8s metadata decoration nodes.
The text was updated successfully, but these errors were encountered: