Verify APM Dotnet Agent Deployment

You can verify if the APM Dotnet agent deployment was successful by examining the logs and verifying in the user interface.

After an APM Dotnet agent is successfully deployed, drive some traffic through your application.

For example: Use a browser to access your web site or run your console application. After that, confirm that a new logs directory is created under C:\ProgramData\OpenTelemetry .NET AutoInstrumentation.

You can go to Trace Explorer and verify if the trace data from the application server is being uploaded. For information, see Monitor Traces in Trace Explorer.

Note

If you don't find any logs or trace data after running your console application, it could be your console application did not trigger any instrumentation (Instrumentation ASP.NET or Oracle DB access via ODP.NET).