Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Added
- Improved auto discovery of ports:
- If a container exposes ports 80 and 443, then
${discovery.port}or${discovery.ports.0}would equal to port80and${discovery.ports.1}to443. As ports are are sorted in ascending order, port8080would have been assigned to number three and so on. - Ports are also tagged by port type (usually TCP):
${discovery.ports.tcp}and${discovery.ports.tcp.0}would equal to80and${discovery.ports.tcp.1}to443.
- If a container exposes ports 80 and 443, then
Bug fixes
- On Windows, the agent can now report processes even when their command line cannot be gathered. The commandLine attribute will be empty in those cases.