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

Fix: Invalid if condition in GetScopedMatchingInstances when only 1 instance is unready #1804

Merged
merged 3 commits into from
Dec 30, 2024

Conversation

Baarsgaard
Copy link
Contributor

@Baarsgaard Baarsgaard commented Dec 28, 2024

I spotted a mistake in #1770 resulting in unready instances not being logged if there's only one.
Additionally, the log version not yet found in the Grafanas controller was sent to a null sink due to r.Log being nil.
lastly, I removed the ResyncPeriodHasElapsed requirement for CommonResource as it is not required in the functions defined in controllers_shared.go

Copy link
Collaborator

@weisdd weisdd left a comment

Choose a reason for hiding this comment

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

Thanks for the fixes! :)

@weisdd weisdd added this pull request to the merge queue Dec 30, 2024
Merged via the queue into grafana:master with commit 5296824 Dec 30, 2024
13 of 14 checks passed
@Baarsgaard Baarsgaard deleted the fix_log_shared_controller branch December 30, 2024 11:19
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