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

[exporter/kafka] Implement partitioning by resource attributes for logs #33230

Merged

Conversation

SHaaD94
Copy link
Contributor

@SHaaD94 SHaaD94 commented May 26, 2024

Description: Add resource attributes based partitioning for logs

Link to tracking Issue: #33229

Testing: Added test and tested locally

Documentation: Documented new flag.

Additionally, as discussed with @dmitryax in #31315, removed trait with Key method and refactored the code to pass flags directly to marshaller constructors. Please let me know if this way is acceptable.

I also removed an ability to add custom marshallers - option to add custom marshallers was unexposed in 0.89.0, so now the code was just sitting there unused.

@SHaaD94 SHaaD94 requested a review from a team May 26, 2024 06:13
@github-actions github-actions bot requested a review from pavolloffay May 26, 2024 06:14
@SHaaD94 SHaaD94 changed the title [exporter/kafka] Implement partitioning resource attributes for logs [exporter/kafka] Implement partitioning by resource attributes for logs May 26, 2024
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jun 24, 2024
@SHaaD94
Copy link
Contributor Author

SHaaD94 commented Jun 24, 2024

Hi @MovieStoreGuy.

Could you please have a look at PR? Thank you.

@github-actions github-actions bot removed the Stale label Jun 25, 2024
Copy link
Contributor

@MovieStoreGuy MovieStoreGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems okay, but please clean up your commits to help provide context around the changes being made.

@SHaaD94 SHaaD94 force-pushed the partition_logs_by_resources branch from 3383023 to b023168 Compare July 15, 2024 03:21
@SHaaD94
Copy link
Contributor Author

SHaaD94 commented Jul 15, 2024

This seems okay, but please clean up your commits to help provide context around the changes being made.

Hi @MovieStoreGuy.
Replaced all commits with a single commit.

Please have a look.

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@MovieStoreGuy MovieStoreGuy added the ready to merge Code review completed; ready to merge by maintainers label Jul 30, 2024
@SHaaD94
Copy link
Contributor Author

SHaaD94 commented Aug 4, 2024

Hello @MovieStoreGuy, @atoulme.

Could you please help to merge the PR? Thank you.

@atoulme
Copy link
Contributor

atoulme commented Aug 4, 2024

I can't merge but @MovieStoreGuy can.

@MovieStoreGuy MovieStoreGuy merged commit 3f1c619 into open-telemetry:main Aug 4, 2024
167 checks passed
@github-actions github-actions bot added this to the next release milestone Aug 4, 2024
@SHaaD94 SHaaD94 deleted the partition_logs_by_resources branch August 5, 2024 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/kafka ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants