Also, the query-service pod is currently failing s...
# support
o
Also, the query-service pod is currently failing so I cannot access SigNoz UI. This is the second time it’s happening - first time, I had to reinstall Signoz. How do I manage this?
I installed the latest version of the chart (0.11.0). Is this unstable?
s
How much resource did you allocate to query service? Can you share the number of time series you have in database?
o
I’m pretty new to Signoz. Where do I see this number please?
s
You can exec into ClickHouse and then run
clickhouse-client
to connect to server and then query using
select count() from signoz_metrics.time_series_v2;
o
Okay, checking
s
Based on this you might need 1-2 GB RAM for the query-service otherwise it runs OOM issue.
o
Thanks for your help @Srikanth Chekuri This is sorted!