coroot / coroot-node-agent

A Prometheus exporter based on eBPF that gathers comprehensive container metrics
https://coroot.com/docs/metrics/node-agent
Apache License 2.0
314 stars 56 forks source link

Capturing L7 protocols at the eBPF level #8

Closed def closed 1 year ago

def commented 1 year ago

This PR introduces the app-level metrics (request counters and latency histograms) for the following L7 protocols:

eBPF tracepoints are used to attach to the write, writev, sendto, read, readv, and recvfrom syscalls.