I am trying to configure my netcoreapp3.1 version mvc application which uses mongodb as the database with elastic APM instrumentation with zero code changes .
I am able to view the transactions but there are no stack traces available for the same. Not able to view the mongodb queries.
the MongoDB instrumentation needs an additional manual step before it starts capturing calls. Here is the documentation which walks you through the steps needed.
The documentation provided requires me to add the configuration for instrumenting mongodb in the code of the application.
Is there any way I can instrument mongodb without changes in the application as I am configuring my application using the zero code changes method of instrumentation with Elastic APM.
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.