You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for specifying `cache_size_per_key` in per-tag override configuration options (probabilistic mode only). Previously, even if a per-tag `value_limit` override is specified, it would still inherit the same `cache_size_per_key` as the enclosing global/per-metric configuration, which can lead to a higher false positive rate if the per-tag `value_limit` is higher than the enclosing global/per-metric `value_limit`. The field is optional and falls back to the enclosing per-metric or global value when omitted.
description: "Override the bloom filter cache size for this specific tag key. Only effective in `probabilistic` mode. Inherits from the enclosing config when unset."
159
+
relevant_when: "mode = \"limit_override\""
160
+
required: false
161
+
type: uint: {}
162
+
}
157
163
mode: {
158
164
description: "Controls how this tag key is handled."
description: "Override the bloom filter cache size for this specific tag key. Only effective in `probabilistic` mode. Inherits from the enclosing config when unset."
210
+
relevant_when: "mode = \"limit_override\""
211
+
required: false
212
+
type: uint: {}
213
+
}
202
214
mode: {
203
215
description: "Controls how this tag key is handled."
0 commit comments