Troubleshooting SigNoz Ports and Windows Compatibility
TLDR Ramya faced issues with SigNoz ports and internal Java errors. Yash rV advised checking port numbers and trying on a Linux machine, as SigNoz has limited support on Windows.
Jul 25, 2023 (4 months ago)
Ramya
10:09 AMYash rV
10:59 AM4317
and 4318
for incoming telemetry data, instead, it seems that you are exporting data to port 3301
which is used for frontend. Refer here for instrumenting your spring boot application. You can also see the sample app.2. It is to be noticed from the message that there are some internal errors within your Java application. To resolve this, please ensure that you launch the app correctly and address any potential issues.
Ramya
11:25 AMRamya
11:25 AMYash rV
11:34 AMRamya
11:34 AMRamya
11:35 AMRamya
11:35 AMYash rV
11:39 AMRamya
11:50 AMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
SigNoz Production Feedback and Improvement Suggestions
Users shared their SigNoz experiences and feedback. Issues mentioned include memory consumption, UI/UX improvements, connection difficulties, and automation limitations.
Troubleshooting SigNoz Auto-Instrumentation Configuration
igor is having trouble configuring auto-instrumentation for Java applications using SigNoz, with traces not appearing in the SigNoz UI. Prashant advises to check logs of the otel sidecar, use service name for endpoint, verify supported libraries, and test with telemetrygen. However, the issue still persists.
Configuring OTel Collector to Export Data to SigNoz
James asked how to configure the otel collector to send data to SigNoz. Ankit suggested using the otlp exporter in the collector configuration. James found that SigNoz uses its own otel collector and adjusted the port bindings accordingly.
SigNoz Install Script Errors
Nishant encountered errors with the install.sh script. Prashant suggested using `bash install.sh` or `./install.sh` instead of `sh`.
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.