Injecting Otelp and Resolving "Something Went Wrong" Issue
TLDR sarthak had questions about injecting Otelp agent into multiple microservices and faced an issue on SigNoz portal. Srikanth clarified Otelp agent usage and recommended checking docker and query-service.
Apr 19, 2023 (8 months ago)
sarthak
01:48 PMApr 20, 2023 (8 months ago)
Srikanth
01:07 AMThe default URL is
localhost:4317
. You should make sure to configure the env OTEL_EXPORTER_OTLP_ENDPOINT
to the SigNoz backend.Srikanth
01:07 AMIf you referring to they byte code injection, then no. that is how the auto instrumentation works.
sarthak
07:44 AMApr 21, 2023 (8 months ago)
sarthak
10:01 AMsarthak
10:14 AMSrikanth
03:21 PMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
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 Server Data Transfer Issue After Restart
Ulisses experienced data transfer issues to signoz server after a restart. Srikanth suggested tweaking agent batch size and span settings but no clear solution was reached.
Issue Connecting to Otel Collector via Docker Compose
Willy was struggling to connect to an otel collector from another docker-compose application. The issue was resolved after realizing the uvicorn process of FastAPI shouldn't start with the `--reload` option.