Integration with Dynatrace

You will need to find the .Net dll files and packages that can push data to Dynatrace.
After, you will need to specify them in the Nlog and configure the Nlog connection to your Dynatrace and the log format.

Some samples:

For NLog troubleshooting check Logging Troubleshooting · NLog/NLog Wiki · GitHub
For NLog Database target check Database target · NLog/NLog Wiki · GitHub

But start with Dynatrace documentation and see if they have some NLog configuration samples already.


Also another way without NLog is to use the Rest API calls of UiPath, and based on the JSON responses to ingest the data in the Dynatrace.

Some minuses for this approach:


For .Net app monitoring check .NET — Dynatrace Docs