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
We are currently in the process of evaluating Beyla with our sre-stack.
Our primary objective is to witness Beyla in action, particularly in scenarios where we can eliminate the need for explicit instrumentation of our applications for tracing.
We've encountered a blocker, where we can view individual traces but face difficulties when it comes to observing distributed traces. Below, you'll find the information needed to reproduce this issue.
Environment:
EKS:
k8s version: v1.27.9-eks-5e0fdde
OS image: Amazon Linux 2
Kernel version: 5.10.209-198.812.amzn2.x86_64
Test with beyla as a Daemonset
Having successfully viewed individual traces, our desire to also observe distributed traces led us to follow the instructions provided in this documentation
and we checked cat /sys/kernel/security/lockdown according to docs If that file exists and the mode is anything other than [none], Beyla will not be able to perform context propagation and distributed tracing will be disabled.
Hi Team
We are currently in the process of evaluating Beyla with our sre-stack.
Our primary objective is to witness Beyla in action, particularly in scenarios where we can eliminate the need for explicit instrumentation of our applications for tracing.
We've encountered a blocker, where we can view individual traces but face difficulties when it comes to observing distributed traces. Below, you'll find the information needed to reproduce this issue.
Environment:
EKS:
k8s version: v1.27.9-eks-5e0fdde
OS image: Amazon Linux 2
Kernel version:
5.10.209-198.812.amzn2.x86_64
Test with beyla as a Daemonset
Having successfully viewed individual traces, our desire to also observe distributed traces led us to follow the instructions provided in this documentation
according to this section in doc we added this volume in daemonset.yaml
and we checked
cat /sys/kernel/security/lockdown
according to docsIf that file exists and the mode is anything other than [none], Beyla will not be able to perform context propagation and distributed tracing will be disabled.
manifests we tried with
Pod Logs
Screenshot
The text was updated successfully, but these errors were encountered: