-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(routingprocessor): route on resource attributes #5694
feat(routingprocessor): route on resource attributes #5694
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is great! I had only a few minor comments, but overall, this is a great addition and will make the routing processor way more useful than it currently is.
0a0579b
to
3fb077f
Compare
Fixes #5538 |
Manually triggered CircleCI. |
Lint and unittest failure. |
3fb077f
to
0bb9559
Compare
Looks unrelated. I've rebased on |
Failed UT: 🤷
|
I file a bug report: #5726 |
0bb9559
to
52f5f2b
Compare
Rebased and once again it seems there's an unrelated test failure:
|
Please file a bug and assign to prometheusreceiver codewners to fix. |
Created: #5752
|
Re-triggered manually CircleCi |
Description: Add a feature to
routingprocessor
to route traces on resource attributes and make it configurable (retaining previous default to read from context).Link to tracking Issue: Fixes #5538
Testing: Added unit tests.
Documentation: Changed README.
Huge shout-out to @astencel-sumo for this patch! 🙇