-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 for seldon models #1484
Comments
If you look at https://github.com/kubeflow/example-seldon you will see it installs via Helm the default Prometheus analytics and Grafana dashbaord:
|
Great, thank you for pointing out. So if I understand this correctly, from Kubeflow point of view this can be supported. |
I think there are two things. Seldon Core's Operator exposes a set of default metrics via prometheus. Feel free to add further issues on the Seldon Core github repo. |
We have added further docs discussing the analytics available in Seldon Core. |
This is really useful, thank you! I was able to get the Dashboard working with this doc. One remark: in my cluster the app label was "app: grafana-prom-server" instead of "app: grafana-om-server". I don't know what it depends on. |
Thanks for the heads up. That was a typo which is fixed now. It should be as you say: grafana-prom-server |
I am using a Java model wrapped by the Seldon S2I wrapper, with seldon serving component of Kubeflow, basically followed this doc:
https://github.com/kubeflow/examples/blob/master/github_issue_summarization/03_serving_the_model.md
Now I would like to add Prometheus metrics to this model.
Is this supported out of the box by Seldon + Kubeflow?
Or is there some doc describing this scenario?
I found #1036 for TF serving, but could not find this mentioned for Seldon served models.
Thanks in advance!
The text was updated successfully, but these errors were encountered: