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

Prometheus metrics \"INVALID\" is not a valid start token in kubernetes env #706

Closed
jmdinis opened this issue Jul 18, 2019 · 3 comments
Closed

Comments

@jmdinis
Copy link

jmdinis commented Jul 18, 2019

I deployed a keras mnist model using seldon core and I'm trying to monitor the model using seldon-core-analytics with grafana dashaboards. The cluster_monitoring dashboard looks fine but the Prediction Analytics doesn't find the my deployed model and all the panels are empty. I have installed kubeflow, the seldon-core and seldon-core-analytics in the same namespace and I have my model deployed in that same namespace.

After checking prometheus service logs in the same namespace I found the following message recurrently:

level=warn ts=2019-07-17T16:24:27.691294684Z caller=scrape.go:836 component="scrape manager" scrape_pool=kubernetes-pods target=http://192.168.49.198:16686/metrics msg="append failed" err=""INVALID" is not a valid start token"

Can you please advise on this?

Thanks.

@ukclivecox
Copy link
Contributor

I think seldon's scrape path is /prometheus so that looks like its from another pod?

@ukclivecox
Copy link
Contributor

Please reopen if this is still an issue.

@neri4488
Copy link

Yes, on my side I added actuator/prometheus.
That was the path, depending on how your service is set up.

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

No branches or pull requests

3 participants