Indication
...
An Indication is a time counter automatically generated when the Indicator start condition met. It shows all primary timings, time points, and current state of the SLA for a particular task (an incident, a request, etc.), which allows tracking the level of the service quality target indicators.
To monitor the active service level indicators, navigate to Service Level Management → Indication.
When creating an Indication record, the system also fills in the fields of this record. Time points and timings are also automatically recalculated when the indicator counting pauses, cancels, or stops.
The Indication form
Field | Description |
---|---|
Indicator | An indicator that triggered the indication creation and started the counter. |
Record | An original task that induces the SLA counting. |
Breached | A marker that shows whether SLA has been breached or not. |
Actual Elapsed Time | An actual time that has elapsed since the moment of an indication creation. It only counts an actual calendar time 24/7. |
Actual Elapsed Percentage | A percentage of the Actual Time Elapsed to the duration specified in an Indicator according to the SLA. |
Actual Time Left | An actual time left until the SLA breaches. |
Stage | The current state of an indication specified with one of the values below:
|
Pause on | The last date and time of the Indicator paused. |
Pause Time | The duration of the Indicator paused. |
Business Elapsed Time | A business time that has elapsed since the moment of an indication creation. It counts the working calendar specified in the Schedule field of the original Indicator. This field displays how much business time has passed since the task creation. |
Business Elapsed Percentage | A percentage of the Business Time Elapsed to the duration specified in an Indicator according to the SLA. |
Business Time Left | A business time left until the SLA breaches. |
Timings | |
Start Time | A date and time when the system has created an indication. |
Complete Time | A date and time when a time counter (an indication) stopped. |
Breach Time | A date and time of the SLA breach, which the system calculates, taking into the pause duration. |
Original Breach Time | Original date and time of the SLA breach, calculated at the moment when the system creates an indication. |
Retrospective indications
...
Sometimes indicators may no longer be valid (for example, after the cancel conditions were met). This happens because the indicator (and the indication as well) originally started with other conditions, and after that, a new indication is to be started.
To simplify this process, retrospective indications delivering percentage recalculation were implemented.
How it works (example)
- An indication started with the standard equal to four hours according to relevant agreement.
- Three hours later, due to meeting the cancel conditions, indication has been canceled.
- New indication is started.
- The business_elapsed_percentage parameter from the canceled indication is used to make an equation like 0%<business_elapsed_percentage <100%.
If the value of this parameter meets the condition, then new indicator duration equates to
indicator.duration*(business_elapsed_percentage/100)
All this retrospective activities are logged in the History (sys_history) table. To acquaint with them, please navigate to System Logs → History and open the record that is the entry of interest.