If you are asking about a problem you are experiencing, please use the following template, as it will help us help you. If you have a different problem, please delete all of this text
Kibana version: 7.5.2
Elasticsearch version:7.5.2
APM Server version:7.5
APM Agent language and version: APM .Net Agent, ASP.net
Browser version:Chrome (79.0.3945)
Original install method (e.g. download page, yum, deb, from source, etc.) and version: RPM / YUM
Fresh install or upgraded from other version? Fresh install
Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc.
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
We have configured .net agent and enabled asp.net(framework) in the .net application (deployed in IIS). the agent directly send data to ElasticSearch. We can see transations. but there is no span data received by Elasticsearch.
I see the transaction name ends with .html - what kind of HTTP request is this? What span do you expect there?
If there is not database call or outgoing HTTP call and you don't capture a span manually, then for a static html you won't see more than the transaction itself.
Thank you for you reply! In fact the page is dynamic content and get data from database. the suffix is changed from aspx to html for kind of SEO purpose. I also checked other type of request with no lucky.
Tried with no lucky, I'm not sure if something with my code, although I switched from 4.5.x .net framework to 4.6.2.
Would the .net agent report spans other than entity framework, as I see from the docs, the picture shows spans like strace trace of .net itself, as well as sql spans.
In my deployment, there's not even 1 record in span index.
That's good, 4.6.1 is the latest we support, so that was a needed step.
Would the .net agent report spans other than entity framework
For database we currently only support Entity Framework and Entity Framework core - plus there is an effort to support SqlClient as said above.
Could you maybe place the code here from the controller - or at least some part of is, especially the one that calls into the database - If I see it I'll be probably able to tell if there is anything for it.
I tried with a brand new project with only 1 web form, to submit data to server and DB, with .net framework 4.6.1 and entityframework. still no span captured.
Configured as guide, included below config item in web.config
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.