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:
- Install dotnet core agent
- Register agent
- Monitor HTTP requests
Provide logs and/or server output (if relevant):