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

Loki makes GET requests to localhost:5778 every 1 minute #2183

Closed
susuper opened this issue Jun 4, 2020 · 4 comments · Fixed by #2191
Closed

Loki makes GET requests to localhost:5778 every 1 minute #2183

susuper opened this issue Jun 4, 2020 · 4 comments · Fixed by #2191

Comments

@susuper
Copy link

susuper commented Jun 4, 2020

Hello.
I've notices that Loki makes this request to localhost:5778 every 1 minute:
GET /sampling?service=loki-all HTTP/1.1
Host: localhost:5778
User-Agent: Go-http-client/1.1
Accept-Encoding: gzip

I guess it is somehow related to Jaeger which I don't use.
Is there a way to disable these requests, please?

@susuper susuper changed the title Loki makes GET requests to localhost:5775 every 1 minute Loki makes GET requests to localhost:5778 every 1 minute Jun 4, 2020
@cyriltovena
Copy link
Contributor

cyriltovena commented Jun 5, 2020

/cc @joe-elliott no sure if possible?

@cyriltovena
Copy link
Contributor

/cc @periklis

@periklis
Copy link
Collaborator

periklis commented Jun 6, 2020

@susuper You may check #2191 that will resolve your issues with tracing. Although, if you can't wait for releasing this PR, you could use Jaeger's env variables to disabling auto-activation by setting JAEGER_DISABLED=true for your loki installation. More info on Jaeger can be found here.

@susuper
Copy link
Author

susuper commented Jun 6, 2020

@periklis Thank you!

@susuper susuper closed this as completed Jun 6, 2020
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 a pull request may close this issue.

3 participants