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 live tailing of logs from Loki #3509

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

sandeepsukhani
Copy link
Contributor

What this PR does / why we need it:
We were sending a nil value to TailersCount which was working fine until we upgraded grpc client which probably had a check for it. This was causing Live Tailing of logs to fail. This PR fixes the issue by passing a pointer to a concrete value instead.

Which issue(s) this PR fixes:
Fixes #3506

@sandeepsukhani sandeepsukhani merged commit b06d970 into grafana:master Mar 18, 2021
@arcivanov
Copy link

Is this the same as #3499?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tailing logs is broken
3 participants