i need to send traces from java applications serve...
# general
j
i need to send traces from java applications server to signoz server i have done changes for java application in application i am seeing this error logs [otel.javaagent 2024-03-06 035211:617 +0000] [OkHttp <http://10.11.217.237:4317/...%7Chttp://&lt;ip-address&gt;:4317/...&gt;] ERROR io.opentelemetry.exporter.internal.http.HttpExporter - Failed to export metrics. The request could not be executed. Full error message: Connection reset what might be the reason ?
a
:4317
is (usually) the gRPC endpoint.
:4318
is (usually) the HTTP endpoint. IT seems that you may be using HTTP. Can you cahgne the port to
:4318
🙌 1
j
Thanks @Adam Gardner