-
Notifications
You must be signed in to change notification settings - Fork 33
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
Dashboard stops working properly after 50 000 hits #2456
Comments
In addition in the charts I only see Fri 14 even though I demanded to see 11.4.2017-14.4.2017. Expected: show the requested timeframe in the chart. |
After discussing dashboard performance in issue #1340, we agreed to use Elasticsearch directly for dashboard data aggregation. @frenchbread ran several experiments with Elasticsearch aggregation which gave promising results. The follow-up work means re-writing our dashboard code, including each chart and related data aggregation. We will continue the work, but have to see where it fits in the project roadmap/priorities (@bajiat, @ccsr), which currently includes Epic level work such as: |
This one: apinf/emq-analytics-dashboard#7 It's for EMQ dashboard though, but we can use it as a reference. Moving towards using ES aggregated data on APInf dashboard means getting rid of data-table at some point. |
So basically we need to have a prioritization discussion. This has been on the table for way to long. @bajiat @kyyberi would this get top priority over the other tasks? I've been +1 on this for almost a year now. |
That is a really strong statement with very little foundation. It doesn't really suggest any helpful way forward. Lets keep the conversation and feedback constructive. |
I am being constructive here and clearly own my statement. For me this feature is not done. It allows me to more easily prioritize it when looking at it this way. As to the investigations done so far, I am very happy to see we are making progress to a workable solution. I would like to understand how come we did not push to the end and managed to close this issue? It's been on the radar for months. |
By constructive, I mean 'suggest a way forward' rather than simply stating 'the current solution is inadequate and might be better to throw away'. Some ways to give constructive feedback:
We have some process and prioritization challenges to overcome. For the past year we have been scrambling to keep up with incoming, Epic level, requirements from several sources. This is still ongoing, and perhaps growing stronger, as can be evidenced from our Roadmap above. |
@preriasusi This bug is resolved in a new Dashboard and can be closed |
Description
I generated traffic to avoindata.net API with some scripts (10 pcs running in parallel generating >some thousand hits per hour). In the morning I noticed that charts are not shown, I have no idea of the real call amount (since all I see is 50 000 hits, which is not true).
The text was updated successfully, but these errors were encountered: