HeartBeatModule Configuration (2.x) - microsoft/ApplicationInsights-Java GitHub Wiki

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>
⚠️ **GitHub.com Fallback** ⚠️