Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kprobemetrics: Fix collecting missed metrics
When collecting metrics from kernel, Tetragon needs to aggregate them in userspace maps to avoid duplicate labelsets, which cause metrics server errors. This was done incorrectly, using a pointer to missedKey struct as the aggregation key. Use missedKey struct directly. Signed-off-by: Anna Kapuscinska <[email protected]>
- Loading branch information