-
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
[chore] Move newNodeSharedInformer to a common/shared pkg #32591
Merged
mx-psi
merged 9 commits into
open-telemetry:main
from
ChrsMark:refactor_k8s_node_informer
Apr 29, 2024
Merged
[chore] Move newNodeSharedInformer to a common/shared pkg #32591
mx-psi
merged 9 commits into
open-telemetry:main
from
ChrsMark:refactor_k8s_node_informer
Apr 29, 2024
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
ChrsMark
requested review from
dmitryax,
fatsheep9146 and
TylerHelmuth
as code owners
April 22, 2024 08:10
github-actions
bot
added
internal/k8sconfig
processor/k8sattributes
k8s Attributes processor
labels
Apr 22, 2024
ChrsMark
force-pushed
the
refactor_k8s_node_informer
branch
from
April 22, 2024 08:32
ae4df3a
to
77bd740
Compare
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
ChrsMark
force-pushed
the
refactor_k8s_node_informer
branch
from
April 22, 2024 08:36
77bd740
to
073f37c
Compare
ChrsMark
requested review from
Aneurysm9,
dashpole,
mx-psi and
songy23
as code owners
April 22, 2024 08:36
github-actions
bot
added
connector/datadog
exporter/datadog
Datadog components
internal/metadataproviders
labels
Apr 22, 2024
I'm not sure if the failure is related or it is some "flakiness" 🤔 . PASS
ok github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/fileconsumer 15.464s |
TylerHelmuth
approved these changes
Apr 22, 2024
@open-telemetry/collector-contrib-approvers any change I could get more eyes on this please? |
mx-psi
approved these changes
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
connector/datadog
exporter/datadog
Datadog components
internal/k8sconfig
internal/kubelet
internal/metadataproviders
processor/k8sattributes
k8s Attributes processor
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:
This PR implements some basic refactoring required for #32295.
Doing this in a standalone PR was requested at #32295 (comment).
The change moves a library method called
newNodeSharedInformer
from thek8sattributes
processor package to a generic one since it can be re-used by multiple various components.Note: I'm not sure if a changelog is required for this change, so I left it out for now.
Link to tracking Issue:
Testing:
Documentation: