I want to create a visualization which provides span details for a given transaction name(as filter). I am not able to achieve this because transaction.name is not present in span document.
Since transaction.id is part of span document, it makes sense to also have transaction.name there. Is it possible to add this field in span documents?
Thanks Juan for the response. I know about that functionality in the dedicated APM UI. But there are some visualizations which are not present in that dashboard. Couple of visualizations which I need:
Show top latency database calls for the selected transaction.
Show top latency external calls for the selected transaction.
Above both options can be achieved for a transaction id but can't be done for a transaction. Is there any visualization mentioned above being build for the dedicated APM dashboard?
Sorry for the late answer. The problem is that the transaction.name can be changed after some spans are already sent to APM Server. That's why we can't include the transaction.name in spans.
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.