Slackbot
09/16/2022, 12:49 PMSrikanth Chekuri
09/16/2022, 12:52 PMAlejandro Decchi
09/16/2022, 1:03 PMkubectl get pod signoz-query-service-0 -n platform -o jsonpath='{.status.containerStatuses[?(@.name=="signoz-query-service")].state.terminated.exitCode}'
Alejandro Decchi
09/16/2022, 1:04 PMSrikanth Chekuri
09/16/2022, 1:17 PMlastState.terminated.exitCode
? The most common and known one is OOM with 137 when the query service doesn’t have enough memory. What are the resource limits for this?Alejandro Decchi
09/16/2022, 1:20 PMresources:
limits:
memory: 2000Mi
requests:
cpu: 500m
memory: 2000Mi
Srikanth Chekuri
09/16/2022, 1:23 PMselect count() from signoz_metrics.time_series_v2;
from clickhouse client)? Right now the query service needs resources adjusted for the volume of time series. So if you can share the what’s the avg number of time series you expect in total a resource limit can be suggested.Alejandro Decchi
09/16/2022, 1:31 PMSrikanth Chekuri
09/16/2022, 1:32 PM0.11.1
? We did some improvement and it should run fine for the above number.Alejandro Decchi
09/16/2022, 1:42 PMAlejandro Decchi
09/16/2022, 1:43 PMSrikanth Chekuri
09/16/2022, 1:46 PMAlejandro Decchi
09/16/2022, 1:47 PMSrikanth Chekuri
09/16/2022, 2:06 PMAlejandro Decchi
09/16/2022, 2:20 PMAlejandro Decchi
09/16/2022, 2:22 PMSrikanth Chekuri
09/16/2022, 2:25 PMAlejandro Decchi
09/16/2022, 7:59 PMPrashant Shahi
09/19/2022, 5:33 AMPrashant Shahi
09/19/2022, 8:09 PMk8s-infra
chart is introduced to handle the logs and metrics collection from K8s cluster.Alejandro Decchi
09/20/2022, 12:35 PM