|
|
|
|
|
by nikolay_sivko
432 days ago
|
|
From a user’s perspective, it doesn’t really matter how the data is collected. What actually matters is whether the tool helps you answer questions about your system and figure out what’s going wrong. At Coroot, we use eBPF for a couple of reasons: 1. To get the data we actually need, not just whatever happens to be exposed by the app or OS. 2. To make integration fast and automatic for users. And let’s be real, if all the right data were already available, we wouldn’t be writing all this complicated eBPF code in the first place:) |
|