Host agent versioning
Different versions of the Instana agent appear in the Instana UI and in the IBM Documentation. To collect the various versions, see the following information:
Agent version
The agent version (called "agent boot version" before release 321) is released as part of the assemblies, packages, and containerized agents. It tracks the consistent part of the agent runtime that does not change often. The agent version is crucial for the agent support lifecycle. For more information, see Support policy for Instana agent.
Sensors version
The sensors version (called "agent version" before release 321) works with all agent versions and describes Instana tracers and the sensors for the agent. The sensors version serves as a BOM for the running agent. The Instana UI shows the current sensors version in the format YYYY.MM.DD-HHMM (Year.Month.Day-HourMinute).
The overview of Agents also shows this version.
You can find all the other versions (SHA checksums) in the agent-updates Git repository. In addition to the commit sha, the version is also released as a tag. The tags can be found in Agent Updates - tags.
To see the version of the agent, you can locally access the API of the agent: curl localhost:42699/.
With the static agent, both the agent version and the sensors version are updated at the same time (agent version is updated, if needed).
Individual sensor versions
Minor components are added to the agent to monitor specific technology stack and are enabled if the technology is present in the same location where the agent is installed. For example, the Go sensor.
Each sensor itself decides what and how to monitor a technology.
Version pinning
To use a specific sensor version with a dynamic agent, follow the steps that are mentioned in Version pinning.