Haven’t worked with beanstalk, but an application running in beanstalk can connect with a service that is deployed somewhere right?
If yes, then depending on the language that you are using if the OTEL SDK support logs, you can directly push logs from your application to signoz.
If the OTEL SDK doesn’t support logs as of now for the language that you are using, You will have to figure out if you can output the logs to a file which can be collected by the otel collector.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.