Senior
Regarding tracing — approximately how many commands, services, and integrations with your teams are there?
sobes.tech AI
Answer from AI
The number of teams, services, and integrations in the system depends on the scale and architecture of the project.
For example, in a large project, there may be:
- 5-10 teams, each responsible for their set of microservices.
- A total of 20-50 microservices, each implementing a specific functionality.
- Integrations between services are implemented via APIs, message brokers, or gRPC.
Regarding tracing, it is important that each team implements distributed tracing (e.g., OpenTelemetry) to be able to trace requests across all services and teams. This helps identify bottlenecks and errors in complex call chains.