-
Notifications
You must be signed in to change notification settings - Fork 440
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
Add change handler to register callbacks #1292
Merged
pavolloffay
merged 3 commits into
open-telemetry:main
from
frzifus:add_change_handler_to_register_callbacks
Dec 1, 2022
Merged
Add change handler to register callbacks #1292
pavolloffay
merged 3 commits into
open-telemetry:main
from
frzifus:add_change_handler_to_register_callbacks
Dec 1, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frzifus
force-pushed
the
add_change_handler_to_register_callbacks
branch
2 times, most recently
from
November 30, 2022 15:26
3031879
to
444f330
Compare
kevinearls
approved these changes
Nov 30, 2022
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 except for some minor issues on comments
frzifus
force-pushed
the
add_change_handler_to_register_callbacks
branch
from
November 30, 2022 15:47
444f330
to
1215eb8
Compare
iblancasa
approved these changes
Nov 30, 2022
frzifus
force-pushed
the
add_change_handler_to_register_callbacks
branch
from
November 30, 2022 17:43
1215eb8
to
eaff211
Compare
pavolloffay
reviewed
Dec 1, 2022
pavolloffay
reviewed
Dec 1, 2022
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
frzifus
force-pushed
the
add_change_handler_to_register_callbacks
branch
from
December 1, 2022 16:52
88ae5ff
to
c96265c
Compare
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
frzifus
force-pushed
the
add_change_handler_to_register_callbacks
branch
from
December 1, 2022 16:54
c96265c
to
6a0e657
Compare
pavolloffay
approved these changes
Dec 1, 2022
ihalaij1
pushed a commit
to ihalaij1/opentelemetry-operator
that referenced
this pull request
Dec 8, 2022
* config: move onChange callback list methods into a thread-safe wrapper Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de> * config: keep change handler private Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de> * follow naming recommendations Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de> Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
ItielOlenick
pushed a commit
to ItielOlenick/opentelemetry-operator
that referenced
this pull request
May 1, 2024
* config: move onChange callback list methods into a thread-safe wrapper Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de> * config: keep change handler private Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de> * follow naming recommendations Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de> Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description: #1206 (comment)