nmalkin / kpi-dashboard

dashboard for visualizing key performance indicators for Mozilla Persona
7 stars 4 forks source link

Ignore KPI events with empty event streams #33

Closed nmalkin closed 12 years ago

nmalkin commented 12 years ago

As per mozilla/browserid#2198, data points with empty event streams are the results of errors and should therefore be ignored for any calculations.

nmalkin commented 12 years ago

It seems to me that the best solution is to ignore these points when importing the data.

nmalkin commented 12 years ago

As discussed, points with empty event streams are no longer imported.

It seems to me that this is an opportunity to get a picture of what sorts of errors our users are encountering and what the error rate is. However, for a meaningful report, the error itself would need to be logged as well, so not doing this right now.