This message was deleted.
# support
s
This message was deleted.
p
@User Can you share what messages you are seeing when deploying SigNoz?
j
Pranay thanks for the reply, that I get is a "port already in use". I stopped a number of other containers I have running and I now have everything except the hotrod example up and running
p
Ok - I think @User should be able to help you out
j
thanks
p
are you using clickhouse or druid set up?
j
clickhouse, less moving parts
p
@User I think you should be able to get hotrod running by changing
9000
to a port which is available by changing this line and run docker-compose up again
j
so change 9000:8080 to 9999:8080?
p
yup - I think that should work
j
thanks!
also with everything else up I can see the web page and everything else seems to run but when I try an off-platform client it throw this error:
[otel.javaagent 2021-10-15 100605:189 -0600] [grpc-default-executor-0] ERROR io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporter - Failed to export spans. Server is UNAVAILABLE. Make sure your collector is running and reachable from this network. Full error messageUNAVAILABLE io exception
p
Copy code
also, can you share the output of lsof -i tcp:9000
j
I can get to the port (use Telnet <host> 4317)
sure
lsof -i tcp:9000 returns nothing
p
for off platform client issue - do you have port
4317
accessible from outside ? This the port where opentelemetry collector listens to incoming telemetry data
j
yes and I confirmed the port is open with TELNET, doesn't do anything useful but it doesn't time out which lets me know I can get to it
the docker log for the otel_collector shows it to be up and ready for work
do I need anything more than this: -Dotel.exporter.otlp.endpoint=http://172.17.194.218:4317 for the endpoint definition?
1
p
the end point definition seems fine. btw, were you able to get SigNoz running after changing port for hotrod?
j
I will try that now, is hotrod a sample app?
p
yes, hotrod is a sample app
j
okay do delete the hotrod container and re-run setup? I don't need to bounce anything else, correct?
I see the sample has a bit different configuration, using Jaeger as best I can tell
hotrod is up and running, will try to test it
👍 1
a
The sample application sends data in jaeger-thrift protocol whereas the default in opentelemetry is otlp grpc and hence the port 4317
@User I just tested a sample java app. If your otel-collector logs show it is working correctly and port 4317 is open then that error should not come.
we have hosted a sample java app at https://github.com/SigNoz/spring-petclinic. Can you please check if you are able to see data from this app?
Or, we can come zoom and try to debug. It's somewhat late here so I will be available for 1 more hour or your local time 10am-2pm works for me. We can do it tomorrow or on coming week.
j
and that works, so I'm guessing I either have a firewall of a configuration issue, thanks! for your input, I will get back to you when I figure out which one it is,
Ankit thanks so much for the offer but I think I have enough of it figured out now and it isn't an issue with SIgNoz
👍 1
h
Hello team
Hello Team
I need to integrate my containerized application with SigNoz. is there anyone who has the documentation?