My web app is using cassandra as its datasource and also solr for searches. It shows the HTTP backend when going to solr, but not the cassandra.
I have cassandra enabled on backend detection.
My app is using the datastax java driver and cql3.
Any ideas?
Hi,
Can you define CEP as refered in screenshot listed below under Configure -> Instrumentation -> Backend detection -> Custom exit point section and see how it goes with new load:
Regards,
Arun
I also had to do one for executeAsync method.
Hi,
We understood that you are referring executeAsync under the following package which is by default excluded in <agent_dir>/conf/app-agent-config.xml, to confirm the same please provide the full class name and agent logs, In ideal cases defining CEP on executeAsync should work as the default execlude only affect async monitoring which is under <fork-config> section, Hope that answers your query, provide logs requested if you see any issues.
<excludes filter-type="STARTSWITH" filter-value="com.datastax.driver.core/"/>
Regards,
Arun