.NET APM Method profiling

Kibana version: 7.9.3

Elasticsearch version: 7.9.3

APM Server version: 7.9.3

APM Agent language and version: .net core 1.7.1

Browser version: n/a

Original install method (e.g. download page, yum, deb, from source, etc.) and version: npm

Fresh install or upgraded from other version?

Is there anything special in your setup? no

Description of the problem including expected versus actual behavior. Please include screenshots (if relevant): Unable to see the methods been called in the http request monitoring.
I am unable to see method profiling in .net agent similar to this for Java: https://www.elastic.co/guide/en/apm/agent/java/current/java-method-monitoring.html
Has this not been implemented yet?
Registration steps below

app.UseElasticApm(Configuration,
            new HttpDiagnosticsSubscriber(),
            new EfCoreDiagnosticsSubscriber(),
            new SqlClientDiagnosticSubscriber(),
            new ElasticsearchDiagnosticsSubscriber(),
            new AspNetCoreDiagnosticSubscriber(),
            new AspNetCoreErrorDiagnosticsSubscriber());

and

app.UseAllElasticApm(Configuration);

Steps to reproduce:

  1. Install dotnet core agent
  2. Register agent
  3. Monitor HTTP requests

Provide logs and/or server output (if relevant):

Hi @aaimson,

Has this not been implemented yet?

Yes, unfortunately that's the case.

The .NET Agent does not have a feature similar to what is described for Java under the sampling-based profiler part at this point.

Thanks for your reply Greg.

Is this something you plan on implementing or will we have to speak to our account manager?

Thanks

We definitely would like to have this feature also for .NET. This is not the first time we got this question, and it's already on our radar.

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