Hey guys, I am trying to send logs to signoz but can't seem to get it working. I am using rust + axum and signoz is self hosted. I have all the traces coming in but cannot see any logs, not super sure what's going wrong
s
Srikanth Chekuri
05/02/2024, 5:47 PM
Most likely your application is not sending the logs. I haven't worked with the rust + otel for a long time but I think they won't be sent as "logs" but recorded as span events.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.