An "alarming" threshold indicates that something becomes "abnormally" high (or low). This could be interpreted in statistical terms as "the phenomenon under consideration exceeded its mean value plus its standard deviation" (or went under).
So you need to calculate sample means and standard deviations to begin with. Of what metrics? You can easily find all around the web the Key Performance Indicators (KPI's) for Support Call Centers -no need to re-invent the wheel. As I happen to have some professional experience in the field, I would especially pay close attention to how the following two metrics evolve : 1) evolution of backlog (the amount of pending/open/unresolved reports) 2) evolution of average time it takes to resolve and close a report.
But to calculate various statistics of the metrics you will eventually select, and do this "efficiently" and also not-misleadingly, you have to understand the special characteristics of your data (and study the corresponding areas of statistics).
In your case, these special characteristics are : your data is time series, your data is high frequency, your data exhibits all sorts of seasonality (through the day, daily, weekly, monthly). These together create the following complex situation : your data depends on the immediate past (eg, backlog at beginning of each, say, hour, depends on what happened the previous hour (high frequency time series), but it also co-varies with what happened the same hour the previous day (high-frequency seasonality).
You need to study these aspects to understand what kind of model you must set up in order for the various statistics like mean and standard deviation to eventually help you and not fool you.