5. Now start the agent 'systemctl start instana-agent' and then verify the status using 'systemctl status instana-agent' and it should show as 'active (running)'
6. This completes the host agent setup. Now agent will be able to discover all the processes running on the VM with the help of sensors. There is a huge list of technology sensors supported by the agents which you can find by going to Instana console -> More -> Agents -> Locate and click on your host agent and click on sensor Info.
6. Verify Instana agents started reporting From the Instana console, Go to More -> Agents and search by agent zone name (myzone) and it should show as below:
Also, Go to Infrastructure view and search by zone name you had specified and notice that the tech stack is already been discovered by the agent/sensors.
7. Create Application perspective
Now that our application is up and running, and instana agents deployed and started reporting, lets start capturing and analyzing various metrics for our hybrid application.
a. Go to Applications -> Click Add -> New Application perspective
b. Select Kubernetes/Container and click Next
c. Specify the filter based on zone and namespace as below and leave the rest default and click Next.
c. Review the stack and under Infrastructure you will see the Hybrid infra where the application components are running, as below:
d. Click on 'Analyze Calls' and select service 'container-financialplan' and see the list of calls from this service along with timestamp and latency.
e. Click on any of the listed call to analyze it further like trace, timeline, service endpoint list, calls and logs etc. From this view, we can clearly see the how these services are interacted across our hybrid application.
Conclusion
In this article we have seen how Instana agents/sensors can help in Hybrid application monitoring with detailed context of how different parts of the application interact with each other along with traces, latency, logs, stacktrace etc. which can further help analyze the issues across application components and their impact.