Questions tagged [instana]

Instana is a commercial Application Performance Management solution to monitor cloud, container, and microservice applications. Instana was acquired by IBM in December, 2020.

Instana is a commercial Application Performance Management solution to monitor cloud, container, and microservice applications. It provides automatized visualization and performance analysis for the full stack of application services.

Documentation: https://www.instana.com/docs/
Support: https://support.instana.com/hc/en-us
Contact: https://www.instana.com/contact-us/

20 questions
0
votes
1 answer

Instana monitoring shows every msmq calls as erroneous

We are testing instana apm tool, and one of our server host a msmq application. Instana reports every calls as erroneous and gives no error message. It states as: Erroneous call without error message What does it mean? I found some documents but…
0
votes
1 answer

Instana installation using Helm to monitor Kubernetes

I am stuck on instlling Instana using help to monitor my K8s. Here is the commands that I am using for this: kubectl create namespace instana-agent helm install instana-agent --repo https://agents.instana.io/helm --namespace instana-agent …
0
votes
1 answer

How to monitor Python Application(without django or other framework) in instana

i have a simple python application without any framework and API calls. how i will monitor python application on instana kubernates. i want code snippet to add with python application ,which trace application and display on instana
0
votes
0 answers

How to set proper permissions for statefulsets resource in Kubernete?

I am running a Instana Agent on minishift. I see these logs: oc logs -f pod/instana-agent-dg5lt 2020-05-26T03:10:58.763+00:00 | WARN | nstana-sensor-scheduler-thread-1 | Kubernetes | com.instana.sensor-kubernetes - 1.2.106 | Instana agent…
Faraz
  • 6,025
  • 5
  • 31
  • 88
0
votes
1 answer

Instana agent one liner installation error on Ubuntu

I tried installing instana agent using docker command and it works but I need it be installed using one liner command and when tried it gives error as below: curl -o setup_agent.sh https://setup.instana.io/agent && sudo chmod 700 ./setup_agent.sh &&…
1
2