You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Received a lot of error:
[otel.javaagent 2023-10-19 07:28:04:430 +0000] [OkHttp http://172.17.0.1:9080/...] WARN io.opentelemetry.exporter.internal.grpc.GrpcExporter - Failed to export spans. Server responded with gRPC status code 2. Error message: Failed to connect to /172.17.0.1:9080
This has been automatically marked as stale because it has been marked as needing author feedback and has not had any activity for 7 days. It will be closed automatically if there is no response from the author within 7 additional days from this comment.
Please help!
Received a lot of error:
[otel.javaagent 2023-10-19 07:28:04:430 +0000] [OkHttp http://172.17.0.1:9080/...] WARN io.opentelemetry.exporter.internal.grpc.GrpcExporter - Failed to export spans. Server responded with gRPC status code 2. Error message: Failed to connect to /172.17.0.1:9080
configuration in dockerfile file:
RUN curl --create-dirs -sSL -o /path/to/splunk-otel-javaagent.jar 'https://github.com/signalfx/splunk-otel-java/releases/download/v1.28.0/splunk-otel-javaagent.jar'
CMD OTEL_EXPORTER_OTLP_ENDPOINT="http://172.17.0.1:9080" java -javaagent:"/path/to/splunk-otel-javaagent.jar"
The text was updated successfully, but these errors were encountered: