The transaction is executed and a new row is created but I can not see the tracing of the queries in the APM UI in Kibana. Just for you know, I can see the HTTP transactions tracked.
Curious which method / imports did you use...apmsql ?
I just went through something similar with another user... perhaps this will help
It was a config issue indeed, simply doing apmsql.Register(mysqlDriverName, mysql.MySQLDriver{}) is not enough, I needed to specify another option, but it’s easier to use one of the convenient packages provided by elastic to register the driver
importing _ "go.elastic.co/apm/module/apmsql/v2/mysql" and commenting out apmsql.Register(mysqlDriverName, mysql.MySQLDriver{}) fixed the issue
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.