---
title: Timer Stop node
description: Records the time elapsed since evaluation passed through the Timer Start node in the specified metric name.
component: auth-node-ref
version: latest
page_id: auth-node-ref::timer-stop
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/timer-stop.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-timer-stop.adoc"]
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/timer-stop.html
section_ids:
  availability: Availability
  outcomes: Outcomes
  configuration: Configuration
---

# Timer Stop node

Records the time elapsed since evaluation passed through the [Timer Start node](timer-start.html) in the specified metric name.

|   |                                                                                                                                                                                                                                  |
| - | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | This node doesn't reset the time stored in the specified Start Time Property property. Other Timer Stop nodes can also calculate the time elapsed since evaluation passed through the same [Timer Start node](timer-start.html). |

Find more information on the `Timer` metric type in [Metric types](https://docs.pingidentity.com/pingoneaic/am-reference/prometheus-metrics.html#metric-types).

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | Yes        |
| PingAM (self-managed)                 | Yes        |
| Ping Identity Platform (self-managed) | Yes        |

## Outcomes

Single outcome path.

## Configuration

| Property                | Usage                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Start Time Property     | Specify the property name containing the time from which to calculate the elapsed time.                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Metric Key *(required)* | Enter the name for a new metric that stores the calculated elapsed time.&#xA;&#xA;Metrics collate data from multiple invocations of a journey. To record the time it takes for a particular journey to complete, use a Scripted Decision node to store the start time in shared state. Use a script at the end of the journey to capture the end time and output the calculated journey time to the authentication audit logs.&#xA;&#xA;Find more information in Add information to authentication audit log entries. |
