Hey guys, I am trying to send logs to signoz but can't seem to get it working. I am using rust + axu...
b
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
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.
n
b
yes that was the issue, logs werent being appended
all good now thanks!
👍 1
157 Views