Issue Sending Telemetry Data to Signoz Otel Collector
TLDR Sudhansu has problems sending telemetry data from a spring-petclinic sidecar app using the provided configuration. Prashant suggested checking the logs and generating traces but the issue is unresolved.
Sep 09, 2023 (3 months ago)
Sudhansu
10:49 AMapiVersion:
kind: OpenTelemetryCollector
metadata:
name: sidecar-collector
spec:
mode: sidecar
config: |
receivers:
otlp:
protocols:
http:
grpc:
processors:
batch:
exporters:
logging:
otlp:
endpoint:
tls:
insecure: true
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging, otlp]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [logging, otlp]
the mentioned configuration is used to send telemetry data to signoz otel collector where signoz setup is performed at a different K8s cluster . I need to find the reason for which this setup is failing. Currently unable to figure out why this is failing. Implemented the spring petclininc app for sidecar following the documentation.
If I try to send telementry data using the go command for telemetrygen along with the mentioned exporter DNS for signoz otel collector it is working
telemetrygen traces --traces 1 --otlp-endpoint --otlp-insecure
Prashant
06:33 PMCan you try the following instead for
otlp
exporter configuration? endpoint:
tls:
insecure: true
Sep 11, 2023 (3 months ago)
Sudhansu
01:17 AMapiVersion:
kind: OpenTelemetryCollector
metadata:
name: sidecar-collector
spec:
mode: sidecar
config: |
receivers:
otlp:
protocols:
http:
grpc:
processors:
batch:
exporters:
logging:
otlp:
endpoint:
tls:
insecure: true
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging, otlp]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [logging, otlp]
Prashant
08:56 AMPrashant
08:57 AMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
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.
Troubleshooting SigNoz Dashboard Visibility Issue
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.
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.