I'm having issues with APM.
I start some transactions using Agent.Tracer.StartTransaction("test", "xhr_test"); and close it using the End method.
I make over 100 calls but the transactions don't appear on APM.
It worked before and I don't remember changing anything related to APM.
The only change was in Indices(image below) but it was done in a different space:
Custom index names are no longer supported since APM Server 8.0 and there should be no need to configure index patterns as shown in APM UI in your screenshot. They should all use the default index patterns.
If it is not working with the correct APM UI index settings, please make sure APM Server documents are indexed into Elasticsearch successfully. To verify, in Kibana Discover, look for documents in indices with index pattern: traces-apm*,logs-apm*,metrics-apm*,apm-*. If it works, to narrow down the problem, you may filter by service.name and service.environment to find your transactions.
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.