Integrating MongoDB Logs/Metrics to SigNoz
TLDR Himanshu seeks guidance on collecting MongoDB logs/metrics for SigNoz. vishal-signoz recommends adding MongoDB receiver to otel collector, while nitya-signoz suggests configuring MongoDB to output logs to a file and using otel collector for log collection.
2
May 31, 2023 (6 months ago)
Himanshu
08:25 AMI have mongoDB running as a service on ec2 instance and SigNoz is running on EKS Cluster, now i want to see the logs and related data to mongoDB in SigNoz.
vishal-signoz
09:17 AMhttps://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/mongodbreceiver/README.md
1
vishal-signoz
09:17 AM1
nitya-signoz
10:34 AMRun otel collector to collect logs from the log file and push them to your eks cluster https://signoz.io/docs/userguide/collect_logs_from_file/
Himanshu
10:40 AMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Collecting MongoDB Metrics and Resuming Signoz Dashboard
Arulkumaran seeks assistance with MongoDB metrics collection in Signoz and issues related to AWS EC2 instances. Srikanth provides guidance, but issue remains unresolved.
Log Collection in SigNoz for Spring Boot Application
Purti asked how to collect and send logs to SigNoz from a spring boot application. Prashant provided several examples and methods, before recommending the filelog receiver. Purti successfully implemented the provided solutions.
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.