Is it possible to create/trigger a transaction for any given part of the code (apart from http or gRPC request).
I know it is possible in python custom code instrumentation
Is your program short-lived? If so, you will need to run the tracer's Flush method before exiting to give a chance for the events to be sent to the server first. Add apm.DefaultTracer.Flush(nil) somewhere in your program and see if that helps.
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.