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

Support for publishing resource attirbutes in fluent logger. #503

Merged

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Dec 6, 2024

This PR incorporate changes from #500, as @bnavarma is experiencing issues with CLA signing. The changes are relevant and are gated behind a feature flag."

@lalitb lalitb requested a review from a team as a code owner December 6, 2024 07:10
@lalitb lalitb requested a review from ThomsonTan December 6, 2024 07:10
Copy link
Member

@marcalff marcalff left a comment

Choose a reason for hiding this comment

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

Please clarify:

This PR incorporate changes from #500, as @bnavarma is experiencing issues with CLA signing.

This would taint the contrib repository if I understand correctly,
because content is getting in, without a CLA.

@lalitb
Copy link
Member Author

lalitb commented Dec 6, 2024

This would taint the contrib repository if I understand correctly,
because content is getting in, without a CLA.

I don’t think that’s the case. The change is covered by my CLA, as I am raising the PR. Just for a background - This exporter is maintained by @ThomsonTan and me, and it’s used internally within Microsoft. @bnavarma is one of the users of this within MS :)

@marcalff
Copy link
Member

marcalff commented Dec 6, 2024

@bnavarma is one of the users of this within MS :)

Ok then.

@marcalff marcalff self-requested a review December 6, 2024 23:04
@marcalff marcalff dismissed their stale review December 6, 2024 23:06

Concerns addressed

@@ -99,6 +100,93 @@ void inline PopulateAttribute(
}
}

void inline PopulateOwnedAttribute(
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: wrap this function PopulateOwnedAttribute in the new experimental macro, or we'll get an unused function for build without enabling the experimental flag?

Copy link
Contributor

@ThomsonTan ThomsonTan left a comment

Choose a reason for hiding this comment

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

Looks good to me with a suggestion.

@ThomsonTan ThomsonTan merged commit 4421243 into open-telemetry:main Dec 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants