grafana / beyla

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

App metrics attribute selectors #789

Closed mariomac closed 1 week ago

mariomac commented 2 weeks ago

Refactors the attribute selection feature for network metrics and makes it portable for application-level metrics.

This required some deeper changes in the way we deal with attributes, as there are some differences between Prometheus and OTEL that needed to be handled:

This PR lacks the extensive update of the documentation, which will be done in another PR