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

Finish K8s informers when the context is cancelled #747

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

mariomac
Copy link
Contributor

Informers had their own "stopChan" but it was never closed, so Beyla often takes too many seconds to stop (causing that even integration tests reported a failure just because Beyla did not stopped on time).

We replace the stopChan by just receiving a cancellable context.

@mariomac mariomac merged commit 2111c1f into grafana:main Apr 17, 2024
4 checks passed
@mariomac mariomac deleted the finish-informers branch April 17, 2024 10:23
mattdurham pushed a commit to mattdurham/beyla that referenced this pull request Jan 22, 2025
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.

2 participants