Datadog Mule Integration 4 APM

Datadog Config

Datadog Config

The Datadog APM Global Configuration organizes connection elements such as the host and port, also provides configuration parameters for optional config like the Service Name and the Environment.

<datadog-apm:config name="Datadog_APM_Config" >
    <datadog-apm:connection host="${host}" port="8126" environment="${env}" service="${service}"/>
</datadog-apm:config>
<datadog-apm:config name="Datadog_APM_Config" >
    <datadog-apm:connection host="${host}" port="8126" environment="${env}" service="${service}"/>
</datadog-apm:config>

Parameters

Name

 

Type

 

Description

 

Default Value

 

Required

 

host

String

Host where the Datadog Instance is running

 

x

port

int

Port to connect to the Datadog instance

 

x

service

String

Service name to reference this execution

unnamed-java-app

 

environment

String

label to states the environment where the execution is running

 

 

 

PREVIOUS TOPIC


< Run Configurations

NEXT TOPIC


Operations >