-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[connector/signaltometrics] Introduce optional
config for attributes
#38830
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
[connector/signaltometrics] Introduce optional
config for attributes
#38830
Conversation
optional
config for attributes
I'll wait for approval from the code owners before merging the changes. |
@MovieStoreGuy, the code owner approval is in. Can we merge this now? I am hoping to have this available in the next release. |
Looks good to go. I added |
There was a small compilation error due to #38643 PR merged - I have fixed it now, so should be good to go! |
The lint failures are unrelated to this PR and are coming from |
open-telemetry#38830) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description `optional` attribute filtering allows to preserve attributes as they are in the input signal. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#38600 <!--Describe what testing was performed and which tests were added.--> #### Testing Test cases added <!--Describe the documentation added.--> #### Documentation Updated readme. <!--Please delete paragraphs that you did not use before submitting.--> --------- Co-authored-by: Christos Markou <[email protected]>
open-telemetry#38830) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description `optional` attribute filtering allows to preserve attributes as they are in the input signal. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#38600 <!--Describe what testing was performed and which tests were added.--> #### Testing Test cases added <!--Describe the documentation added.--> #### Documentation Updated readme. <!--Please delete paragraphs that you did not use before submitting.--> --------- Co-authored-by: Christos Markou <[email protected]>
Description
optional
attribute filtering allows to preserve attributes as they are in the input signal.Link to tracking issue
Fixes #38600
Testing
Test cases added
Documentation
Updated readme.