-
Notifications
You must be signed in to change notification settings - Fork 299
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
Seldon dashboard with hundreds of REST requests #29
Comments
Hi, The dashboard for recommendations should aggregate by request type as shown in http://docs.seldon.io/img/grafana.png |
Hi, The dashboard for recommendations aggregates by request type based on url. The problem with REST I tested this behaviour with Seldon Server 1.3.11 |
Yes, this will need a fix to the kafka-streams job that aggregates the stats and sends them to influxdb. |
I don't know much about influxdb. But I don't find in its documentation any string function. So it doesn't seem easy to be done only by changing SELECT queries. |
Issues go stale after 90d of inactivity. |
Seldon grafana dashboard shows every API request for a client. With Recommendation REST API each user generates a different entry in charts. So after hundreds of users the chart legend is huge and the web interface hangs up.
Regards, and thank you
Enrique
The text was updated successfully, but these errors were encountered: