SUPPORT
Updating DMI4APM Configuration File on Windows
Last update:
February 12, 2025
Only applicable for
- DMI4APM version: 2.X.X
- OS: Windows
Scenario:
Once the DMI4APM integration and its associated Java process is running successfully, updating configuration file (conf.yaml) does not reflect immediately. To ensure that the new configuration values are applied correctly, follow these steps.
Steps to apply configuration changes
- Locate the associated Java process.
- Confirm the PID of the Java process. You can check our apm.log to get the PID. (C:\ProgramData\Datadog\logs\apm.log)
- Open Task Manager and look for any running Java Processes.
- Terminate the associated Java process from the Task Manager. Traces will stop flowing into Datadog.
- Stop the Datadog Agent.
- Update the configuration file
- Navigate to the integration folder configuration in your Datadog Agent installation directory (C:\ProgramData\Datadog\conf.d\iocs_dmi4apm.d\conf.yaml).
- Open conf.yaml and make the necessary modifications.
- Save the file.
- Restart the Datadog Agent.
- Confirm the associated Java process is running from the Task Manager.