Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
10-17-2017 02:55 AM
I see that we have to have a java agent to be provided for server startup script , Now in case of springboot based microservces , I have inbuilt tomcat server with every springboot application and have to provide java agent with every springboot application , So will appdynamics work pretty well in this scearios or it is designed to work for cases where we have our whole application deployed on single server and we can monitor everything within that server.
Is appdynamics good for container based applicatins where we have 100's of servers.
10-19-2017 09:35 PM
Hi Subham,
You can deploy whole application on single server.
In AppDynamics, the node name represents each JVM instance. As in your case where multiple applications are deployed on one Tomcat server instance. All the applications will fall under the same node name as there are sharing the same single JVM instance.
One thing we can do is, we can show and group the transactions, respective to each application in the Business Transaction section, but all those will still fall under the same node. For this, we need to split the transaction based on some url context, or the some context criteria which will differentiate the transactions pertaining to each application. Refer to below link for info:
https://docs.appdynamics.com/display/PRO43/POJO+Entry+Points#POJOEntryPoints-pojo-splittingDynamical...
Thanks,
Atyuha
.
10-20-2017 12:02 AM
Thanks Athuya , In case I have applications across multiple JVM instances , i.e. multiple tomcat servers in individual containers , Then in this scenario the logging and monitoring will happen or not ? I mean appdynamics ideal usge is like this only ?
will the communication across nodes for above case will be visible in appdynamics ?
and Can we configure , what all parameters across node comunication we want to see and monitor? What are some default params shown in appdnamics ?
10-23-2017 08:56 PM
Hi Subham,
Suppose you are running application1#jvm1 in container1 and application2#jvm2 in container2 you can monitor each application individually by adding agent in each container. If the application1 has corelation with application2 then you can see communication at tier level.For example, Applications1#Tier1#node1 and Application2#Tier2#node2
You can communication between Tier1 and Tier2.
Thanks,
Atyuha
10-23-2017 11:24 PM
10-25-2017 10:04 PM
Hi Subham,
You can create custom match rule on a particular class and method if you dont want all the methods which are out of the boxdetected and disable the auto discovery for transactions.
https://docs.appdynamics.com/display/PRO43/Automatic+Transaction+Discovery+Rules
There is no direct way to disable call graph. You can disable the transaction snapshot and in that case agent will stop collecting snapshots and you cannot see any call graph.
Please let me know if there is any disconnect.
Thanks,
Atyuha
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form