Query-service is only responsible for getting the data, it should be able to handle querying of large data. You can scale it up vertically meaning you can increase the resources allotted to query-service for more scale.
On the other hand, otel-collectors are responsible for data ingestion and that can be scaled as per the need.
h
hxx
03/12/2024, 8:39 AM
因此signoz查询历史数据比较慢的话,可以选择的操作就是增加cpu内存资源吗?还有其他方法吗?
p
Prashant Shahi
03/12/2024, 8:56 AM
By default, there is no resource limit. It can take up all of the resource in the Kubernetes node.
You could set a resource limit for query-service, if needed:
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.