IBM / Instana Flashcards
(287 cards)
How to uninstall and reinstall the agent?
- To debug this at your cluster, you have to use a kubectl version which match the cluster kubernetes-api.
-Then you could run the following commands to delete the Agent and install the Agent via your normal approach:
helm uninstall instana-agent -n instana-agent
-kubectl delete ns instana-agent
-kubectl apply -f PATH_TO_YAML
-wait until you see CrashLoopBackOff (I am using watch ‘kubectl get pods -n instana-agent’ to watch the namespace for changes) - Get the events for the pod with status CrashLoopBackOff via kubectl get event -n instana-agent –field-selector involvedObject.name=instana-agent-REPLACE_WITH_CORRECT_IDENTIFIER
-Also get the output from the describe command of this pod kubectl describe pod instana-agent-REPLACE_WITH_CORRECT_IDENTIFIER -n instana-agent
Where should you disable python autotracing?
In com.Instana.plugin.python section in the agent’s configuration.yaml file, you can disable the python autotrace for that agent. Either use an exclude that matches your application or disable the python autotrace for that agent.
Are gunicorn or uvicorn supported by Instana auto tracing?
No gunivorn support was removed because recent versions of gunicorn cannot reliably reload middleware once started. This can work once the Instana restores support for gunivorn via the webhook is ready.
And Uvicorn is meant to be used with a manual wrapper.
Context Guide
It is a GPS that shows you how the infrastructure works together with the architecture and business logic and you will get only the relevant data.
What does agent do?
Agent automates issue detection, discover of technology, metric collection, and tracing.
The agent is the hub where agents deliver telemetry and trace info to.
Instana agent uses multiple sensors (there is a Java sensor) that initiates a discovery data collection and checks every 20 seconds
For node what do you need to install?
One line of code
What is the fastest cadence to see spikes?
1 second timeframe
What does the back-end of the agent do?
It collects data, does its calculations, and correlate dependencies among applications, services, and end points.
How are Instana tenants usually partitioned?
Tenants are usually partitioned into three units: production, training, staging - all of which reside in the same tenant.
Can all of the tenant units spare the same config?
Yes.
What settings can each of the tenant units be configured with different settings?
Different user permissions, agents, group memberships, and applications.
How to deploy agent from Instana Dashboard
Click Deploy Agent to walk through a dialogue on deploying an agent based on the environment and install a one-liner.
How often does Instana release new features?
Every two weeks
Where can you find new Instana releases and read about old releases?
Http://www.Instana.com/docs/releases
How does the dynamic agent check for updates and what is the exception deployed in China?
Once we push a dynamic update to a stable branch, the agent will check the repo for new updates by 4:30am if there are new updates. It does this for all units across the tenants.
In China they use a static agent, which comes with all of the info and doesn’t dynamically download from the repo because if they did there would be latency and bandwidth issues from China downloading from repos residing in Europe.
Can you favorite each section of the Instana dashboard, can you share it?
Yes, you can favorite it and highlight on application perspective and share it
What can you see on the Infrastructure page and how can users organize in groups and what is the auto organization setting?
On the Infrastructure page, you will see hosts monitored by Instana.
User have put hosts in zones but you can override the zones.
Instana auto groups it by server zone.
How can you customize the Infrastructure UI by containers?
Lower right-hand corner to change the views. You can zoom in or zoom out.
What does red, yellow, or green show on the infrastructure ui?
Red, yellow, or green show health of the host/container when Instana backend has over 200 health rules.
How do you search for the host/container?
You can search for it on the comparison table that by default shows all of your hosts.
What is the second column of the comparison table?
Click on the second column and then you will be brought to a dashboard for that host and see what agents are collecting and measuring for you.
What do agents collect and Instana visualize on dashboard?
It will collect and visualize data on context switches, cpu load, etc. and you will see what you are actually running with that host, so called tags, data on network interfaces, Amazon EC2 instances, spring boot application, etc.
What does a time slicer do on a graph and what does this help you do?
Use the mouse to get all highlights on all of the chart drop down or zoom to timeline. This helps you correlate the same time on all graphs and you can share intervals of a graph with a short form url.
What two ways do you find Kubernetes data?
To find the Kubernetes namespace page, You can see label, spec, and pods, memory resource, annotations, events, etc.
Second way is click on the Kubernetes icon on the left hand side and you will see all of your Kubernetes clusters. For each Kubernetes dashboard, there is a stack button and upstream/downstream button.