-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[RedisReceiver] Add service.instance.id as an additional resource attribute #22046
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.
This looks good, one nit on the changelog message.
component: "redisreceiver" | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Adds service.instance.id as a resource parameter to redis receiver. |
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.
note: Adds service.instance.id as a resource parameter to redis receiver. | |
note: Adds service.instance.id as an additional resource attribute (disabled by default) to redis receiver. |
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.
This looks good, one nit on the changelog message.
@hughesjj thanks for fixing some issues along the way! Can you please submit them in different PRs to keep the git history clean? And I believe all of them deserve separate changelog entries |
@dmitryax Yeah, sure! How about one for the bugfixes (removing I could further split up the proposed "bugfixes" PR into different PRs too, nbd either way, lmk |
The best practice is to apply each change in a separate PR especially if they are independent |
Please rebase |
7d3027e
to
60ef2a3
Compare
60ef2a3
to
b75aae2
Compare
Please update the PR description |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Description:
Add a resource_attribute to track
service.instance.id
and set the value of such to be the configuration's endpointLink to tracking Issue:
#22044
Testing:
Ran test in intellij
Documentation:
I believe mdatagen takes care of this but can add to README too. LMK if you think I should.