OTLP Exporter vs HttpClient for Service Creation in Signoz Cloud
TLDR abhishek had a question about using OTLP exporter or httpclient for creating a service in Signoz cloud. Nocnica confirmed the use of OTLP exporter and provided a detailed config example.
Oct 23, 2023 (1 month ago)
abhishek
06:42 PMOct 24, 2023 (1 month ago)
Nocnica
04:58 PMOct 25, 2023 (1 month ago)
abhishek
08:59 AMthank you so much for the response
abhishek
09:00 AMabhishek
09:01 AMNocnica
02:41 PMreceivers:
otlp:
protocols:
grpc:
http:
processors:
batch:
exporters:
otlp:
endpoint: "ingest.us.signoz.cloud:443"
tls:
insecure: false
headers:
"signoz-access-token": "[ingest key]"
extensions:
health_check:
pprof:
zpages:
service:
extensions: [health_check, pprof, zpages]
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [otlp]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [otlp]
logs:
receivers: [otlp]
processors: [batch]
exporters: [otlp]
Nocnica
02:44 PMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Troubleshooting: No Tracing Data Exported from Docker Container
Hassan couldn't export tracing data from the otel-collector, but resolved it by running all containers on the same external network. Olawale experienced a similar issue.
Configuring Exporters in Opentelemetry-collector for Self-hosted SigNoz
Alejandro needed guidance on configuring `exporters` in `opentelemetry-collector` for SigNoz. Srikanth provided helpful links and confirmed configuration details.
Issue Sending Telemetry Data to Signoz Otel Collector
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.