Skip to content

add cardinality action plugin#926

Merged
DmitryRomanov merged 14 commits intomasterfrom
cardinality-action-plugin
Feb 17, 2026
Merged

add cardinality action plugin#926
DmitryRomanov merged 14 commits intomasterfrom
cardinality-action-plugin

Conversation

@DmitryRomanov
Copy link
Collaborator

Description

Limits the cardinality of fields on events or drops events.

An example for discarding events with high cardinality field:

pipelines:
  example_pipeline:
    ...
    - type: cardinality
      limit: 10
      action: discard
      metric_prefix: service_zone
      key:
        - service
      fields:
        - zone
    ...

@DmitryRomanov DmitryRomanov marked this pull request as ready for review December 3, 2025 12:44
@DmitryRomanov DmitryRomanov force-pushed the cardinality-action-plugin branch from ba04562 to 0c8806e Compare December 3, 2025 12:55
@DmitryRomanov DmitryRomanov force-pushed the cardinality-action-plugin branch 3 times, most recently from 3d1e88a to 1925f57 Compare December 19, 2025 09:00
@DmitryRomanov DmitryRomanov force-pushed the cardinality-action-plugin branch from 20dc201 to 4c91e67 Compare December 24, 2025 10:56
@DmitryRomanov DmitryRomanov force-pushed the cardinality-action-plugin branch from 5906a12 to 2597a4c Compare January 23, 2026 09:15
@DmitryRomanov DmitryRomanov force-pushed the cardinality-action-plugin branch from 2db7c7d to 088baaa Compare January 29, 2026 11:05
@DmitryRomanov DmitryRomanov force-pushed the cardinality-action-plugin branch from edd5ef4 to 2dc44e9 Compare February 13, 2026 10:47
@DmitryRomanov DmitryRomanov merged commit 894ed95 into master Feb 17, 2026
8 checks passed
@DmitryRomanov DmitryRomanov deleted the cardinality-action-plugin branch February 17, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants