Skip to content

Stop registering agents in GetConfiguration

This MR stops registering agents in GetConfiguration.

It didn't change gRPC API at all, so agents with old versions still can get configurations through GetConfiguration service. But, since this MR stops registering agents for agents with old versions, they will not be registered in Redis. (connectionsByProjectID, connectionsByAgentID, connectedAgents, connectionsByAgentVersion, and agentVersions) As a result, our counting metrics will lose their count. (For more context, see #493 (comment 1708773316))

Closes: #493 (closed)

Changelog: removed

Edited by Taka Nishida

Merge request reports