Sending Golang Application Logs to SigNoz
TLDR Shivani asks how to send golang logs to SigNoz for a docker-deployed app. nitya-signoz suggests following a solution found in a GitHub issue comment and mentions an upcoming improvement.
Jun 13, 2023 (6 months ago)
Shivani
10:10 AMHow to get your existing log messages to the SigNoz for the golang application?
nitya-signoz
12:15 PMShivani
12:18 PMnitya-signoz
12:32 PM• You are already sending logs to signoz but want the logs of previous days to be ingested to SigNoz
Can you let me know which of the above issue you are facing ?
Shivani
12:36 PMnitya-signoz
12:37 PMShivani
12:37 PMnitya-signoz
12:38 PMnitya-signoz
12:40 PMSo you can use this solution to add metadata https://github.com/SigNoz/signoz/issues/1597#issuecomment-1259234665
We have an issue opened where we will be adding the above support by default https://github.com/SigNoz/signoz/issues/2855 but for now you will have to do it manually as explained in the above link
Shivani
12:40 PMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Supporting go-zero Framework and Displaying Application Logs in SigNoz
zane.chen inquired about support for go-zero framework and displaying application logs in SigNoz. Srikanth and nitya-signoz suggested steps, but the issue remains unsolved.
Troubleshooting Docker Logging Issues with Signoz Solution
Sadri has issues with Docker logs not showing up in signoz. He suggested and successfully tried using `ALLOW_TTY` to include Docker logs. The new topic by Dax regarding agent auto instrument in golang hasn't been addressed.
Sending Logs to SigNoz from a Ruby Application
Pal asked about sending logs from a Ruby app to SigNoz. nitya-signoz explained that there's no direct SDK support in Ruby. Instead, logs can be pushed to SigNoz via file or collected automatically if the app is running on Docker/K8s.
Troubleshooting SigNoz Monitoring for AWS EC2 Docker-Compose Application
dipak has problems with SigNoz integration to monitor containers in an AWS EC2 Docker-Compose application. Prashant suggests updating the dashboard and using different guides for log collection, metrics collection and application instrumentation. Issues are still unresolved.
Monitoring and Collecting Logs for Go Application with SigNoz
zane.chen asked about creating and using SigNoz dashboard to monitor Go applications and collect self-logs. Srikanth provided solutions for dashboard monitoring and collecting logs but left questions on go-zero framework support unanswered.