Skip to content

Commit 657934e

Browse files
committed
chore: regenerate component docs
1 parent 5908557 commit 657934e

3 files changed

Lines changed: 440 additions & 12 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Adds support for specifying a `cache_size_per_key` in per-tag override configuration options when in probabilistic mode. 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 (ignored when `mode` is `exact`).
1+
Adds support for specifying a `cache_size_per_key` in per-tag override configuration options when in probabilistic mode. 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 cache size when omitted (ignored when `mode` is `exact`).
22

33
authors: ArunPiduguDD

src/transforms/tag_cardinality_limit/tests.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,10 +1480,6 @@ per_tag_limits:
14801480
assert_eq!(excluded.mode, PerTagMode::Excluded);
14811481
}
14821482

1483-
// ============================================================================
1484-
// cache_size_per_key override tests
1485-
// ============================================================================
1486-
14871483
/// `apply_cache_size_override` replaces the bloom size when mode is probabilistic and an
14881484
/// override is given; leaves the mode unchanged in all other cases.
14891485
#[test]

0 commit comments

Comments
 (0)