AzStackHciStandaloneObservability/package/bin/GMA/Monitoring/Agent/initconfig/2.0/Standard/ServiceDependencyCore.xml

<MonitoringManagement version="1.0" timestamp="2019-10-21T22:14:29.905Z">
 
  <!--
    To use this file, define an account in your main configuration file's <accounts> called "ServiceDependency".
 
    This file enables the core Service Dependency events. These events provide visibility into network related operations
    and metadata.
  -->
 
  <Imports>
    <Import file="ServiceDependencyCoreEvents.xml"/>
  </Imports>
 
  <Events>
    <EventDeclarations storeType="CentralBond">
      <Declaration eventName="SvcDepConnections" account="ServiceDependency"/>
      <Declaration eventName="SvcDepEndpoints" account="ServiceDependency"/>
      <Declaration eventName="SvcDepPorts" account="ServiceDependency"/>
      <Declaration eventName="SvcDepHeartbeats" account="ServiceDependency"/>
      <Declaration eventName="SvcDepInterfaces" account="ServiceDependency"/>
      <Declaration eventName="SvcDepAgentStatistics" account="ServiceDependency"/>
    </EventDeclarations>
 
    <Extensions>
      <Extension extensionName="DependencyAgentExtension">
        <!--
            To enable the HTTP dataset, you can either set the MA_DA_AGENT_OPTIONS environment variable when starting MA
            as described here: https://genevamondocs.azurewebsites.net/alerts/AdvancedTopics/DependencyMonitoring/CustomizingDA.html#http-transactions-collection,
            or you can modify the command line of the extension to:
            <CommandLine><![CDATA[DAExtension.exe -http-transactions on ]]></CommandLine>
        -->
        <CommandLine><![CDATA[DAExtension.exe]]></CommandLine>
        <ResourceUsage cpuPercentUsage="2" cpuThrottling="true" memoryLimitInMB="100" memoryThrottling="true" recycleOnMemory="false" />
      </Extension>
    </Extensions>
  </Events>
 
</MonitoringManagement>