Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[processor/filter] Add ottl to filter processor #16369

Merged
merged 6 commits into from
Nov 21, 2022

Conversation

TylerHelmuth
Copy link
Member

@TylerHelmuth TylerHelmuth commented Nov 18, 2022

Description:
Adds a new configuration options to the filterprocessor that allow filtering spans, spanevents, metrics, datapoints, and logs using OTTL conditions.

Link to tracking Issue:
Closes #7151
Closes #13578
Closes #13579
Closes #13580
Closes #13581
Closes #5679

Testing:
Unit tests

Documentation:
Updated README

processor/filterprocessor/config.go Outdated Show resolved Hide resolved
processor/filterprocessor/config.go Outdated Show resolved Hide resolved
@TylerHelmuth TylerHelmuth force-pushed the fp-add-ottl branch 2 times, most recently from 78314cb to 00558eb Compare November 21, 2022 19:00
@TylerHelmuth TylerHelmuth marked this pull request as ready for review November 21, 2022 19:07
@TylerHelmuth TylerHelmuth requested review from a team and bogdandrutu November 21, 2022 19:07
@TylerHelmuth TylerHelmuth force-pushed the fp-add-ottl branch 3 times, most recently from 100d4fe to ba2e651 Compare November 21, 2022 20:12
processor/filterprocessor/config.go Outdated Show resolved Hide resolved
processor/filterprocessor/config.go Outdated Show resolved Hide resolved
@bogdandrutu bogdandrutu merged commit 15b96fe into open-telemetry:main Nov 21, 2022
@TylerHelmuth TylerHelmuth deleted the fp-add-ottl branch November 21, 2022 22:56
shalper2 pushed a commit to shalper2/opentelemetry-collector-contrib that referenced this pull request Dec 6, 2022
* Add ottl to filterprocessor

* add changelog entry

* Update README

* Allow defining multiple conditions

* Move span and spanevent conditions to traces section

* Update configuration names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment