-
Notifications
You must be signed in to change notification settings - Fork 6
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
Endpoint called, but "Failed to scrape Prometheus endpoint" #45
Comments
There are some un-parseable metric entries, as it turns out. Is it at all possible to bubble that error up or have it logged under some "verbose" setting? |
@lee-campbell |
I used this online service: |
Thanks... so I found a bunch of: |
Ah..., I just realized that I am affected by this #38 |
The Prometheus sidecar is calling the /metrics endpoint on my service, as demonstrated by the logs screenshot, below, but I'm still seeing "Failed to scrape Prometheus endpoint".
The lack of stack trace makes it difficult to provide any additional information.
The service I'm running is MoleculerJS, which produces a lot of metric output, but here is an excerpt:
In the absence of any guidance on how best to proceed, could the sidecar be enhanced such that it includes more stack output, so that I can diagnose why the scrape failed?
The text was updated successfully, but these errors were encountered: