-
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
[sumconnector] implement summing logic #34797
[sumconnector] implement summing logic #34797
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.
If it's not too much trouble, could we split this PR into three: one for each of metrics, traces, and logs?
This was a pretty minimal review, if we're able to break it up it would be really helpful in being able to give a more detailed review.
…rname/opentelemetry-collector-contrib into 32669-sumconnector-sum-logic
…rname/opentelemetry-collector-contrib into 32669-sumconnector-sum-logic
revert change from `make genotelcontribcol` Co-authored-by: Antoine Toulme <antoine@toulme.name>
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.
Just some whitespace nits, looks good though. Thanks for adding the pmetric ignore test condition too!
Thanks for the approval! README whitespace nits addressed. |
@crobert-1 Is there anyone else I need approvals from or just waiting for someone to merge in the next round? |
We should be good, I've added |
Thanks!!! |
**Description:** - Adds connector and summing logic - Adds testing of traces and spans summing Note: testing and test data makes up the bulk of the lines in this PR **Link to tracking Issue:** 32669 **Testing:** - condition, attribute, default attribute, multiple condition, multiple attributes, multiple metrics for traces / spans telemetry types **Documentation:** No new docs --------- Co-authored-by: Antoine Toulme <antoine@toulme.name>
…ata) (#35434) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Adds tests for metrics to metrics and logs to metrics follows this pr: #34797 This is a lot of lines but it is mostly repetition and uses the same standard structure as the previously merged trace to metric tests. I dont think this needs any changelog but let me know if it does for some reason! 😸 **Link to tracking Issue:** #32669 **Testing:** <Describe what testing was performed and which tests were added.> Adds testing for metrics to metrics and logs to metrics using same methodology as previous PR **Documentation:** No changes to docs. This is just tests. --------- Co-authored-by: Curtis Robert <crobert@splunk.com>
…ata) (open-telemetry#35434) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Adds tests for metrics to metrics and logs to metrics follows this pr: open-telemetry#34797 This is a lot of lines but it is mostly repetition and uses the same standard structure as the previously merged trace to metric tests. I dont think this needs any changelog but let me know if it does for some reason! 😸 **Link to tracking Issue:** open-telemetry#32669 **Testing:** <Describe what testing was performed and which tests were added.> Adds testing for metrics to metrics and logs to metrics using same methodology as previous PR **Documentation:** No changes to docs. This is just tests. --------- Co-authored-by: Curtis Robert <crobert@splunk.com>
Description:
Note: testing and test data makes up the bulk of the lines in this PR
Link to tracking Issue: 32669
Testing:
Documentation: No new docs