You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Indication


An Indication is a time counter automatically generated when the Indicator start conditions are met. It shows all primary timings, time points, and the current state of the SLA for a particular record (an incident, a request, etc.), which allows for tracking the level of the service quality target indicators.

To check the active service level indications, 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 pausescancels or stops.

Indication form fields

FieldMandatoryDescription
IndicatorNAn indicator that initiated the start of the indication and started the counter.
TimezoneNThe indication timezone.
RecordNAn original task that induces the SLA counting.
BreachedNA marker that shows whether SLA has been breached or not.
Actual Elapsed TimeNActual time elapsed since the moment of an indication start displayed in days, hours, minutes, and seconds. It is calculated on a regular 24/7 basis. The field itself stores duration in milliseconds

Actual Elapsed Percentage 

N

A ratio calculated by the formula below.

Actual Left TimeNActual time left until the SLA breaches displayed in days, hours, minutes, and seconds. It is calculated on a regular 24/7 basis. The field itself stores duration in milliseconds.
Start TimeN

Date and time when an indication has started. 

Complete TimeN

Date and time when a time counter (an indication) stopped.

StageN

The current state of an indication specified with one of the values below:

  • In progress – an indication is active, and the counter is on.
  • Paused – an indication pauses when the system meets an indicator pause condition. In this case, the Breach time value increases by the pause time duration (or the total pause duration in case if the indicator has been paused more than once). 

    It works only for the indication whose indicator Breach time value is defined by duration. When the Breach time value is defined by the field, pauses are not taken into account.

  • Canceled – an indication cancels counting when the system meets an indicator cancel condition.
  • Completed – an indication counter stops when the system meets stop condition, the SLA is not breached.
Pause onNThe last date and time when the Indication paused.
Pause TimeNThe duration of the Indication paused displayed in days, hours, minutes, and seconds. The field itself stores duration in milliseconds.
Business Elapsed TimeN

Business time elapsed since the indication creation moment in days, hours, minutes, and seconds. It counts the working calendar specified in the Schedule field of the original Indicator. The field itself stores duration in milliseconds.

This field displays how much business time has passed since the task was started.

Business Elapsed PercentageN

A ratio calculated by the formula below.

Business Left TimeN

Business time left until the SLA breaches displayed in days, hours, minutes, and seconds. The calculations counts the working calendar specified in the Schedule field of the original Indicator. The field itself stores duration in milliseconds.

Breach Time

NA date and time of the SLA breach that the system calculates, taking into the pause duration, or that is taken from the field defined in the Breach time field.
Original Breach TimeNOriginal date and time of the SLA breach, calculated at the moment when the system creates an indication or taken from the field defined in the Breach time field.


Timings and percentages


The indication record contains two field sets containing timing information related to the task. These are:

  • Actual Elapsed Time
  • Actual Elapsed Percentage
  • Actual Left Time

and

  • Business Elapsed Time
  • Business Elapsed Percentage
  • Business Left Time.

The difference between these values is that the "actual" values are always calculated on the 24x7 basis and the "business" values take the schedule specified for the related indicator into account.

Let consider an example for more clarity.

  1. Create an indicator with the conditions like shown below:

    FieldValue
    NameSpecify a preferable name here
    Commitment TypeResolution Time
    TableTask
    ActiveEnabled
    Indication start timeDefined by condition
    Indication breach timeDefined by duration
    Duration10 minutes
    Schedule24x7
    TimezoneEurope/Moscow
    Timezone SourceIndicator timezone
    Start conditions
    ConditionState IS In Progress
    When to CancelNever
    Pause conditions
    ConditionState IS Postponed
    Complete conditions
    ConditionState IS Completed
  2. Create a Task record. For this, complete the steps below:

    1. Navigate to https://{your_instance_url}/record/task
    2. Fill in the mandatory fields. Move it in to the In Progress state.
    3. Click Save or Save and Exit to apply changes. An indication started.

The Start Time field of the indication is populated with the time when the indication actually started. The Original Breach Time field is populated with the time when indication is to breach. This value is calculated by summarizing the indication start time and the related indicator duration.

Consider a case that an indicator uses a popular schedule "8x5" (5 working days for 8 hours). Using this schedule, the difference between actual and business timings can be considerable.

For example:

An incident raised at 1 pm on a working day. The indication start condition is defined as "State IS In Progress", and indication complete condition is defined as "State IS Completed". So the incident was taken to work on 2 pm (the indication started), and it was completed on 11 am on the next day (the indication completed). So, its business elapsed time was 5 hours, while the actual elapsed time was 21 hours.


To check the incident indication, complete the steps below:

  1. Open the incident form you need.
  2. Scroll down to the Related Lists area and open the Timepoints Indication tab.
  3. Open the indication record you need to check.

Calculation nuances


As mentioned above, the "actual" timing values (that is, the values of the Actual Elapsed Time, Actual Elapsed Percentage, and the Actual Left Time fields) are always calculated on the 24x7 basis, unlike the "business" values (the values of the Business Elapsed TimeBusiness Elapsed Percentage, and the Business Left Time fields). These fields consider the schedule specified in the parent indicator.

  • If the specified schedule is invalid or deleted, then the 24x7 schedule is used for calculations.
  • A schedule is applied based on the timezone specified in the parent indicator.

In formulas below, NOW stands for the current date and time.


The Actual Elapsed Time (AET) value is calculated as the difference between the current date and time and the Start Time (ST) value.

AET = NOW - ST

The Actual Left Time (ALT) value is calculated as the difference between the Breach Time (BT) value and the current date and time.

ALT = BrT - NOW

After the indication is breached, the Actual Left Time stops calculating (that is, no more time left). Also, the Actual Elapsed Time and Actual Left Time values stored in the Duration format.

The Actual Elapsed Percentage (AE%) value is calculated by the formula below:

AE% = AET/AD* 100 (%).

Business timings and percentages are calculated as given below.

The Business Elapsed Time (BET) value can be calculated using the formula below:

BET = (NOW - ST)^SCH - ( PT + mPT) ; The ^SCH means that the formula uses specified schedule when calculating.


The Business Left Time (BLT) value can be calculated using the formula below:

BLT = (BrT - NOW)^SCH ; The ^SCH means that the formula uses specified schedule when calculating.

After the indication is breached, the Business Left Time stops calculating (that is, no more time left).

The Business Elapsed Percentage (BE%) can be calculated using the formula below:

BE% = BET/D * 100 (%)

The working time consumption rate is calculated to 999% by default.

Configuring indications


There are system properties that allow for setting indication records such as breach time and recalculation period. To set them, complete the following steps:

  1. Navigate to System Properties → All Properties.
  2. Find the property you need to edit using the list search boxes or the Condition Builder and open it.
  3. Edit the Value field.
  4. Click Save or Save and Exit.
Property NameDescription

slm.calculation.period.after_breach

Specify the recalculation period for breached indications. The default value is 7200 seconds (2 hours).

slm.calculation.period.before_breach_greater_than_1_day

Specify the indication recalculation period when there is more than one day left before breach.

slm.calculation.period.before_breach_1_day

Specify the indication recalculation period when there are from 6 hours to 1 day left before breach.

slm.calculation.period.before_breach_6_hour

Specify the indication recalculation period when there are from 2 to 6 hours left before breach.

slm.calculation.period.before_breach_2_hour

Specify the indication recalculation period when there are from 30 minutes to 2 hours left before breach.

slm.calculation.period.before_breach_30_minutes

Specify the indication recalculation period when there are less than 30 minutes left before breach.

slm.calculation.max.actual_elapsed_percentage

Specify the percentage value for the Actual Elapsed Percentage field after which the indication stops recalculation. This value should be greater or equal to 100%. The default value is 1100%.


  • No labels