APM .NET Agent don't Capture Http Status 2xx

Kibana version:
7.1.1
Elasticsearch version:
7.1.1
APM Server version:
7.1.1
APM Agent language and version:
Elastic.Apm.NetCoreAll v1.2.0
Browser version:
Google Chrome Version 78.0.3904.108
Original install method (e.g. download page, yum, deb, from source, etc.) and version:
Docker
Fresh install or upgraded from other version?
Fresh
Is there anything special in your setup?
I'm using docker-compose
My Issue

When uploading the application by running docker-compose up, a request that returns status 2xx such as http://localhost:xxxx/hc is not being captured by the APM agent but a request that returns a 404 for example http://localhost:xxxx/foo/bar is being logged by APM.

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

I just noticed that this did not get any response here.

We discussed this on GitHub and we also found what the problems was: https://github.com/elastic/apm-agent-dotnet/issues/651