Pino-HTTP for Express Nodejs App with Log Shipper
TLDR Nishant asks about log shippers for pino-http with Express Nodejs applications, and nitya-signoz shares a sample app and guide but is unfamiliar with pino-http.
Mar 17, 2023 (6 months ago)
Nishant
10:46 AMnitya-signoz
10:50 AMThe architecture will be
nodeJsApp -> file -> signoz-collector -> signoz
nitya-signoz
10:52 AMIf your application is deployed on k8s/docker you don’t need to do the writing to file and collection step as it will be collected automatically from stdout
nitya-signoz
10:53 AMNishant
10:53 AMNishant
10:55 AMnitya-signoz
10:56 AMNishant
10:59 AMSigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
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.


Removing Default Logs and Collecting Application Logs
Srikanth wanted to remove default logs and collect their application logs. nitya-signoz provided two solutions, and Srikanth chose the second one, which involves editing the ote-collector-config.yaml file.

Sending Logs to SigNoz through Winston Logs in Localhost
shridhar was unable to see logs after implementing the provided code. Srikanth pointed out incorrect host:port:path address and suggested using the file receiver to collect logs.

Troubleshooting and Adding Log Files to SigNoz POC
Noor has requested help with incorporating log files into their SigNoz POC. In collaboration with vishal-signoz and nitya-signoz, they managed to successfully setup and resolve their issues.
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.