Commit 2f26576
committed
process cache: metric for implicit evictions
There are two types of evictions happening in the process cache:
1. Explicit, i.e., by removing a key
2. Capacity / Implicit, i.e., by running out of entries when we add a key
The metric that Tetragon currently exports includes both. This commit
adds a new metric for the capacity evictions only.
Signed-off-by: Kornilios Kourtis <[email protected]>1 parent c78811b commit 2f26576
File tree
3 files changed
+9
-2
lines changed- docs/content/en/docs/reference
- pkg/process
3 files changed
+9
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
0 commit comments