Skip to content

HeartBeatModule Configuration (2.x)

Trask Stalnaker edited this page Jan 20, 2021 · 1 revision

Description

TBD

Config Snippet

Refer to the configuration file documentation for general information about configuration.

<TelemetryModules>
  <!-- This module is added by default with default configuration. You only need to add this if you want to change the default configuration -->
  <Add type="com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule">
    <!-- The period in seconds to send heartbeats. Default is 900 seconds (15 minutes). Minimum is 30 seconds. -->
    <Param name="HeartBeatInterval" value="900" />
    <!-- If you want to disable heartbeat, set this to false -->
    <Param name="isHeartBeatEnabled" value="true" />
    <!-- TBD -->
    <Param name="ExcludedHeartBeatPropertiesProvider" value="" />
    <!-- TBD -->
    <Param name="ExcludedHeartBeatProperties" value="" />
  </Add>
</TelemetryModules>