-
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
[connector/signaltometrics]Add config validation and custom ottl funcs #36671
[connector/signaltometrics]Add config validation and custom ottl funcs #36671
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.
LGTM
This change requires a changelog entry. |
@atoulme Thanks for the review. I initially didn't add the changelog since the changes are related to a new component which is still in development (so not usable yet) and my reasoning was that the changelog will not be useful. I have added it now, please take a look. |
Since the changelog is now added I think this one can go. Marking this as |
open-telemetry#36671) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Adds config validation logic and custom OTTL functions required for signal to metrics connector. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Related to: open-telemetry#35930 <!--Describe what testing was performed and which tests were added.--> #### Testing Uni tests added. <!--Describe the documentation added.--> #### Documentation N/A <!--Please delete paragraphs that you did not use before submitting.--> --------- Co-authored-by: Christos Markou <[email protected]>
Description
Adds config validation logic and custom OTTL functions required for signal to metrics connector.
Link to tracking issue
Related to: #35930
Testing
Uni tests added.
Documentation
N/A