-
Notifications
You must be signed in to change notification settings - Fork 834
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
how to explore grafana dashboard for seldon-core in web ui #209
Comments
The grafana dashboard import is a job that imports the grafana dashboards so its is correct to complete.
and then visiting: http://localhost:3000/dashboard/db/prediction-analytics?refresh=5s&orgId=1 You will need to login using username "admin" and the password set when running the helm install. Try the example notebook https://github.com/SeldonIO/seldon-core/blob/master/notebooks/kubectl_demo_minikube_rbac.ipynb |
@cliveseldon very thanks ! and I think ,you should add these on your project doc ,maybe many user will use it |
Good idea. Let's leave this issue open until that is done. |
There is now documentation describing the current analytics |
hi
in our doc has not talk about the monitor ,but our team need some monitor for seldon-core to know the predict request and reponse log and data ,
in seldon-core project root directory monitoring/ ,I just run bashscript "start-all ",then I see
alertmanager-deployment-5d4b5565d4-z7khd 1/1 Running 1 22h
grafana-prom-deployment-dd84b7788-kb5w8 1/1 Running 1 22h
grafana-prom-import-dashboards-6prd6 0/1 Completed 0 21h
prometheus-deployment-6f6746d45c-74x7c 1/1 Running 1 22h
prometheus-node-exporter-gwzsl 1/1 Running 1 22h
I do not know why grafana-prom-import-dashboards not running just completed ? and how to see the grafana dashboard web ui in Explore Chrome,,
who could tell me the correct method ,
thanks
The text was updated successfully, but these errors were encountered: