Skip to content

feat(forge): Add regex_captures filter to extract capture groups - #1659

Open
konippi wants to merge 1 commit into
open-telemetry:mainfrom
konippi:add-regex-captures-filter
Open

feat(forge): Add regex_captures filter to extract capture groups#1659
konippi wants to merge 1 commit into
open-telemetry:mainfrom
konippi:add-regex-captures-filter

Conversation

@konippi

@konippi konippi commented Aug 2, 2026

Copy link
Copy Markdown

This PR adds the regex_captures filter, which returns the first regex match and its positional capture groups as a list, with the full match at index 0. It returns an empty list when there is no match and none for unmatched optional groups.

Closes #109

@konippi
konippi requested a review from a team as a code owner August 2, 2026 13:22
@opentelemetry-pr-dashboard

opentelemetry-pr-dashboard Bot commented Aug 2, 2026

Copy link
Copy Markdown

Pull request dashboard status

Waiting on reviewers · refreshed 2026-08-04 14:26 UTC

Review the latest changes.

Status above doesn't look right?
  • Just replied or pushed? Anything around or after the refresh time above may not be picked up yet — give it a few minutes.
  • Anything look wrong? Report it with what you expected; it helps us improve the dashboard.

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.

Support a "regex capture" filter in weaver_forge

1 participant