https://signoz.io logo
Title
a

Alejandro Decchi

10/24/2022, 1:14 PM
Hi Users; Is a way to calculate the amount of memory used by
signoz-otel-collector-metrics
? I have many alerts that the collector is using near 2.5 GB ram that it is the limits.
a

Ankit Nayan

10/24/2022, 2:28 PM
In Kubernetes installation:
kubectl -n platform top pods
In standalone VM installation:
sudo docker stats --no-stream
@Alejandro Decchi alerts are evaluated at query-service. Otel-collectors are only responsible for ingestion
a

Alejandro Decchi

10/24/2022, 5:16 PM
yes, I know that, but some otel-collector are taken near of 2.5 GB of Ram. Is a way to calculate the correct limits ?
s

Srikanth Chekuri

10/25/2022, 1:01 AM
It really depends on the amount of the data you are scraping. How many scrape jobs do you have and how many metrics do they each produce?