Skip to content

Feat/6 attribute based filtering#9

Merged
sashu2310 merged 2 commits into
mainfrom
feat/6-attribute-based-filtering
Jan 16, 2026
Merged

Feat/6 attribute based filtering#9
sashu2310 merged 2 commits into
mainfrom
feat/6-attribute-based-filtering

Conversation

@sashu2310
Copy link
Copy Markdown
Owner

No description provided.

  - Three operators: equals, contains, regex
  - Auto-search for well-known OTel attributes (service.name, http.status_code, etc.)
  - Explicit path support using "/" separator for custom attributes
  - Fail-open design: non-JSON logs pass through
Example usage:
  {"attribute": "service.name", "operator": "equals", "value": "test-service"}
  {"path": "metadata/env", "operator": "contains", "value": "staging"}
@sashu2310 sashu2310 merged commit 79b6397 into main Jan 16, 2026
2 checks passed
@sashu2310 sashu2310 deleted the feat/6-attribute-based-filtering branch January 16, 2026 11:56
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.

1 participant