skaes / logjam_core

the engine which powers the logjam application
GNU General Public License v3.0
56 stars 7 forks source link

provide approximate percentile information for daily data #34

Closed skaes closed 10 years ago

skaes commented 10 years ago

The system is collection 100ms quantiles for every action/namespace.

We can relatively easily compute a rough 95/99 percentile value by summing up the quants data until we reach 95/99% request count.

This data can be shown in a tile on the dashboard, but we can also draw vertical lines in the request time distribution plot.

skaes commented 10 years ago

done