-
## Current situation
IG does not have a way to export internal metrics to Prometheus:
- How much memory it is using (and where: ebpf maps, ring buffers, etc.)
- How many gadgets it is currently r…
alban updated
1 month ago
-
I have kernel panic almost every day on Talos Linux v1.8.2 (Linux 6.6.58).
Talos is deployed on bare metal nodes (Dell R6615) with NVMe SSD.
For the network, I use Broadcom 2x25G (50G in LACP bonding)…
-
### Component(s)
_No response_
### Is your feature request related to a problem? Please describe.
I would like to request the integration of the Beyla agent as a receiver in the OpenTelemetry…
-
![image](https://user-images.githubusercontent.com/15976103/215244978-a4c1cbd8-d1c3-4919-9ea1-425eb3061fe5.png)
## 前
用 eBPF 来观测用户空间应用程序这几年越来越火了,诞生了不少开源的应用,但在数据库这个领域相关的应用还不算太多,特别是 [PostgreSQL](http…
-
Hi,
I usually see the question
> everything is right (including kernel version, ebpf program, etc), but my ebpf programs still cannot work
Such kind of issues mostly caused by the kernel com…
-
# Source Code
```
#define BPF_NO_GLOBAL_DATA
#include
#include
#include
struct {
__uint(type, BPF_MAP_TYPE_HASH);
__uint(max_entries, 1024);
__type(key, u32);
__type(value, u64);
}…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/deepflowio/deepflow/issues?q=is%3Aissue) and found no similar feature requirement.
### DeepFlow Component
Ag…
-
We've had several issues in the past regarding compatibility with this type of kernels and eBPF.
### Custom kernels (xanmod, liquorix, others)
In order to use [eBPF as process monitor method](ht…
-
I'm getting errors with LLVM JIT mode of bpftime on Fedora Linux x86_64:
```
[2024-01-28 00:38:50][info][707114] Created uprobe/uretprobe perf event handler, module name /500g-a/git/ebpf-plus/libb…
-
I had a little conversation with @mkraposhin about eBPF. This could be a nice feature to implement something in a simple way instead of hard-coded into cpp vrouter's code. Seems like Kubernetes dudes …
frct1 updated
6 months ago