-
Notifications
You must be signed in to change notification settings - Fork 832
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
Prediction analytics dashboard not capturing prediction API calls #168
Comments
Can you tell us which commands/notebook you have followed to setup seldon-core? Also, how you created your kubernetes cluster? This certainly seems like a missing/incorrect rolebinding in the RBAC setup. |
I followed the kubectl_demo_minikube_rbac notebook. |
if you run:
Does it fix it for you? If so we can update the notebook. |
Yes, that fixes the issue. Thanks! |
There was an issue in the helm chart for the analytics setting up the serviceaccount. This should be fixed by #169. |
I have been successful in deploying transformers and models in Seldon by following the Minikube with RBAC notebook. I am also able to successfully call the prediction API to get back scores. However, the API calls are not being logged by the Grafana dashboard.
I checked the prometheus logs and it is throwing out the following errors repeatedly:
I wonder if prometheus deployment should be done using the
prometheus
service account available under thedefault
namespace instead of using theseldon
service account.The text was updated successfully, but these errors were encountered: