In the documentation of signoz I've read this:
1. Horizontally scale
otel-collector
which works on the push model and not
otel-collector-metrics
which works on the pull model of prometheus scraping. You need to add a different config to add another instance of
otel-collector-metrics
to prevent duplication
But it doesn't explain much how to achieve it
s
Srikanth Chekuri
12/14/2023, 12:15 AM
Rougly how much data are you sending? otel collector doesn't stop. It might reject the data if it can't keep up with the incoming load. You need to increase the replica count for otel collector deployment.
s
Saad Bahir
12/22/2023, 10:14 AM
@Jose Infazon thank you! Do you have the link to the docs that mentions horizontal scaling?
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.