Nikola Grcevski
Nikola Grcevski
Take the hackathon branch for capturing exception/error messages for Go to production.
Two general ideas on what needs to be done: - better default configs to minimize cardinality - inclusion/exclusion list to fine-tune cardinality
All of our existing integration tests are Docker based, which means we don't properly test with various kernel builds, we test with the kernel Github CI runs or what we...
General idea: - Add Beyla onto the Google Cloud / Azure / AWS marketplace so people can install it with one click and send telemetry to Grafana. - Make integration...
Borrow inspiration from how the integration tile for Kubernetes monitoring works in Grafana Cloud and make an integration tile, which will let users select few values to quickly onboard with...
BPF FS is the main reason we need to run privileged containers in Kubernetes and elsewhere. The main reason we use BPF FS is to share data between the different...
There are couple of issues in our attribute selection docs: 1. Some of the attribute series names are outdated, like sql, redis, which is now called db.operation.duration.seconds. 2. Some of...
Rust is one of the languages which are difficult to auto instrument and it's a good target for eBPF based instrumentation. Just like we instrument go programs at the library...