---
title: Timer Stop node
description: Configure the Timer Stop node to record the time elapsed since a corresponding Timer Start node and expose the result as a named metric.
component: platform
version: 7.5
page_id: platform:auth-node-ref:timer-stop
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/timer-stop.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-timer-stop.adoc"]
section_ids:
  availability: Availability
  outcomes: Outcomes
  properties: Properties
---

# Timer Stop node

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

For information on the `Timer` metric type, refer to [Monitoring metric types](https://docs.pingidentity.com/pingam/7.5/maintenance/monitoring-metric-types.html).

Note that this node does not 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).

The metric is exposed in all available interfaces, as described in [Monitor AM instances](https://docs.pingidentity.com/pingam/7.5/maintenance/monitoring-am.html).

## Availability

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

## Outcomes

Single outcome path.

## Properties

| 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.The name that you select is used to identify the metric that exposes the data collected by this node. For example, if you enter `calculated.time`, AM exposes a new metric with this name to the Common REST, JMX, or Graphite interfaces. If you use Prometheus, the name is prefixed with `am_` and appended with `_seconds` to become `am_calculated_time_seconds`.]&#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 Audit information. |
