cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Narendra.Chaluchalamala
AppDynamics Team

How do I configure Akana gateway using java agent?

 

To learn how to instrument Akana gateway using Java agent, begin by reading http://docs.akana.com/ag/index.html

 

  1. Configure javaagent in "startup.sh" located in "/opt/<Akana foler>/pm84/bin" path
  2. Search for "export JAVA_OPTS"
  3. Add the below line , before "export JAVA_OPTS"
    export JAVA_OPTS="$JAVA_OPTS -javaagent:<javaagent path>/javaagent.jar
  4. As Akana Gateway is based on OSGi framework, you'll need to apply the bootdelegation configurations in "config.properties" as below
    org.osgi.framework.bootdelegation=package1,package2,.....,com.singularity

This article includes the following files:

  • sample startup.txt (refer it as startup.sh)
  • config.properties
Comments
Ronald.Weng
Discoverer

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

Narendra.Chaluchalamala
AppDynamics Team

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#

https://community.appdynamics.com/t5/Knowledge-Base/How-do-I-find-and-configure-entry-points/ta-p/14...

 

Thanks

Naren

Version history
Last update:
‎09-16-2019 10:00 AM
Updated by: