Hey everyone!
This is probably a dumb question, but is there no other way of sending application logs to SigNoz from Node.JS than using the otel collector?
We're using Winston for logging, and I would prefer it if I didn't have to have another binary/docker container running on each server. Most other application logging tools have npm packages that push logs to their instances without a separate collector instance.
Am I misunderstanding something, or is this just not possible at the moment?