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

Grafana Dashboard #109

Closed
irrationaldomain opened this issue Mar 6, 2018 · 5 comments
Closed

Grafana Dashboard #109

irrationaldomain opened this issue Mar 6, 2018 · 5 comments

Comments

@irrationaldomain
Copy link

Hi,
I have deployed seldon-core on kubernetes cluster. Now i want to know how can we access grafana dashboard in order to monitor our deployed models on seldon-core.

@ukclivecox
Copy link
Contributor

You need to install via helm seldon-core-analytics and then port forward the grafana dashboard. You can login via admin with the password you set in helm. An example is given in the minikube worked example notebook.

@anneqzou
Copy link

anneqzou commented Mar 7, 2018

Hi,
I have the same situation - deployed seldon-core on kubernetes cluster and deployed example model in the repo. After that I followed instructions shared in above notebook, but I am not able to see anything in Seldon Deploy Prediction API Dashboard. Did I miss something for setup?

Thanks,
Anne

@ukclivecox
Copy link
Contributor

Have you done the port forward to grafana?

kubectl port-forward $(kubectl get pods -n seldon -l app=grafana-prom-server -o jsonpath='{.items[0].metadata.name}') -n seldon 3000:3000

If you did above - are you using the same namespace as in the example? Above its "seldon". You would need to change this if you started seldon-core in a different namespace.

If so are you saying you can see the dashboard but no stats in it? If this is what you man then have you run some prediction requests?

@ukclivecox
Copy link
Contributor

@irrationaldomain Did this work?

@anneqzou
Copy link

anneqzou commented Mar 14, 2018 via email

agrski pushed a commit that referenced this issue Dec 2, 2022
* proto update for chainer

* remove step name

* add unknown join type

* add compiled proto
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