ElasticAPM, trace class&method name with zero code change setup on .net programming

In Elastic APM, I want to trace class name, method name, etc in transactions with Zero code change setup on .NET Core.
Is it possible?
If possible, could you guide me reference link or tell me how to set up.

Kibana version: kibana-7.9.3-windows-x86_64

Elasticsearch version: elasticsearch-7.9.2-windows-x86_64

APM Server version: apm-server-7.10.0-windows-x86_64

APM Agent language and version: ElasticApmAgent_1.7.0

Browser version: Google Chrome Version 87.0.4280.66 (Official Build) (64-bit)

Original install method (e.g. download page, yum, deb, from source, etc.) and version: https://www.elastic.co/guide/en/apm/agent/dotnet/1.x/setup-dotnet-net-core.html#zero-code-change-setup

Currently is shown as attached image.

Thanks in advanced!!!

Hi @JulietCeaser,

the agent will capture spans for known actions, like an outgoing HTTP request or a database call. If you'd like to capture a custom method, then that won't show up out of the box, for that you'll need to use the Public Agent API, which admittedly won't be "zero code change" anymore.

I see.
Thank you for your reply.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.