Anna Kapuścińska

Results 24 issues of Anna Kapuścińska

Depends on https://github.com/cilium/tetragon/pull/2606 (first commit) There are two things happening here: 1. Refactored custom collectors to use new helpers from `pkg/metrics` (commits 2-4). The main win here is simplifying how...

area/metrics
release-note/misc

This is a general rewrite of `pkg/metrics` library, but it a fully backwards compatible way. Goals and key components are described in `doc.go`, so I would suggest starting the review...

area/metrics
release-note/misc

So far CRDs were included in the Helm chart like this: 1. Copy into crds-yaml directory 2. Concatenate in a template using .Files.Get With such approach, Helm doesn't add standard...

release-note/minor
area/helm

Tetragon Helm chart exposes an option to disable the gRPC server, but it doesn't work. With the following Helm values: ```yaml tetragon: grpc: enabled: false ``` the gRPC server is...

kind/bug