To learn how to instrument Akana gateway using Java agent, begin by reading http://docs.akana.com/ag/index.html
export JAVA_OPTS="$JAVA_OPTS -javaagent:<javaagent path>/javaagent.jar
org.osgi.framework.bootdelegation=package1,package2,.....,com.singularity
This article includes the following files:
startup.sh
)config.properties
Hi, I know is this post is quite old, however we also have Akana in place in our organisation. We have numerous end points exposed by the Network Director of Akana which at this point in time ends up as a 3rd party end point. The question I have is how "if possible" can we get business transactions going into Akana to show up on AppDyanmics. All we have managed to do is monitor the inner workings of Akana i.e PM called DB, ND calling the DB but not actual business transactions of the organisation's transactions
Hi Ronald,
This article is intended to enable javaagent on Akana environment. But, this will not discover the business transactions . To discover the business transactions , we need to identify the type of transactions you are expecting (servlet , webservices,jms , struts etc).
If you are not sure about that , then we suggest you to follow the below KB article to discover the transactions.
KB#
Thanks
Naren