Troubleshooting SigNoz Dashboard Visibility Issue
TLDR Naman had an issue with SigNoz not displaying services even though they've enabled it and sent data successfully. Srikanth engaged in investigation and troubleshooting, but the issue remained unresolved.
1
Aug 13, 2023 (3 months ago)
Naman
02:20 PMcontext: we have used signoz side car approach and also tested the troubleshotting guide
the setup of signoz is done correctly
as per below ss by using troubleshooting guide the log is showing that it has sent data successfully to signoz, but in the signoz dashboard we are not able to see any of the services. attached 3rd SS for the same
need urgent help for this as we require to enable signoz in multiple prod account by next week.
cc: Sanket
Srikanth
02:23 PMNaman
02:24 PMSrikanth
02:25 PMNaman
02:26 PMNaman
02:26 PMNaman
02:28 PMSrikanth
02:32 PM1
Naman
02:34 PMSrikanth
02:35 PMotlp
exporter that sends data to SigNoz?Srikanth
02:35 PMlogging
, I meant the collector has a logging
exporter which write the traces, metrics, logs to stdout for debugging purpose.Srikanth
02:36 PMotlp
exporter to send data to SigNozNaman
02:37 PMin the sidecar config we have used otlp exporter enabled
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging, otlp]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [logging, otlp]
Srikanth
02:38 PMotlp
exporter and share the logs of sidecar collector.Naman
02:39 PM2023-08-13T13:22:20.967Z info fileconsumer/file.go:192 Started watching file {"kind": "receiver", "name": "filelog/k8s", "data_type": "logs", "component": "fileconsumer", "path": "/var/log/pods/signoz_signoz-alertmanager-0_3e6c7486-a0e6-4a8d-9df7-bc5582d92f2c/signoz-alertmanager/605.log"}
2023-08-13T13:27:26.968Z info fileconsumer/file.go:192 Started watching file {"kind": "receiver", "name": "filelog/k8s", "data_type": "logs", "component": "fileconsumer", "path": "/var/log/pods/signoz_signoz-alertmanager-0_3e6c7486-a0e6-4a8d-9df7-bc5582d92f2c/signoz-alertmanager/606.log"}
2023-08-13T13:32:41.966Z info fileconsumer/file.go:192 Started watching file {"kind": "receiver", "name": "filelog/k8s", "data_type": "logs", "component": "fileconsumer", "path": "/var/log/pods/signoz_signoz-alertmanager-0_3e6c7486-a0e6-4a8d-9df7-bc5582d92f2c/signoz-alertmanager/607.log"}
2023-08-13T13:37:50.966Z info fileconsumer/file.go:192 Started watching file {"kind": "receiver", "name": "filelog/k8s", "data_type": "logs", "component": "fileconsumer", "path": "/var/log/pods/signoz_signoz-alertmanager-0_3e6c7486-a0e6-4a8d-9df7-bc5582d92f2c/signoz-alertmanager/608.log"}
2023-08-13T13:42:57.967Z info fileconsumer/file.go:192 Started watching file {"kind": "receiver", "name": "filelog/k8s", "data_type": "logs", "component": "fileconsumer", "path": "/var/log/pods/signoz_signoz-alertmanager-0_3e6c7486-a0e6-4a8d-9df7-bc5582d92f2c/signoz-alertmanager/609.log"}
Naman
02:40 PMSrikanth
02:41 PMNaman
02:41 PMSrikanth
02:43 PMNaman
02:44 PMlatter on we moved to side car approach
Naman
02:45 PMSrikanth
02:45 PMSrikanth
02:45 PMSrikanth
04:10 PMAug 14, 2023 (3 months ago)
Sanket
02:50 AMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Troubleshooting Signoz Dashboard Not Showing Traces
prasanth encountered issues with Signoz dashboard not displaying traces. Srikanth recommended configuring the `OTEL_EXPORTER_OTLP_ENDPOINT`, but they are still facing issues with the exporter's connection.
Exporting OpenTelemetry Data from Pixie to SigNoz on Kubernetes
Nilanjan asks how to export opentelemetry data from Pixie to SigNoz on the same Kubernetes cluster. Srikanth suggests configuring the endpoint of the collector in Pixie, but viewing the data in SigNoz dashboard remains unresolved.
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.
Configuring SigNoz with Istio Traces and Service Monitors
Zakaria asked about integrating SigNoz with istio traces and Prometheus service monitors. Srikanth suggested using OpenTelemetry operator and provided guidance for troubleshooting and solving configuration issues in the process.