grafana / beyla

eBPF-based autoinstrumentation of web applications and network metrics
https://grafana.com/oss/beyla-ebpf/
Apache License 2.0
1.26k stars 85 forks source link

Provide liveness and readiness probes #542

Open mariomac opened 5 months ago

mariomac commented 5 months ago

Some K8s deployments might require mandatory liveness and readiness probes. We could, only if a user activates it, provide and endpoint that would tell when beyla is live and is ready (e.g. when there is an instrumented executable).

grcevski commented 5 months ago

This is a great idea!