Getting time out error to export metrics #6753
Unanswered
ychaydhari
asked this question in
Q&A
Replies: 1 comment
-
After restarting the OTEL service the error is gone and metrics start coming. But after some time getting a timeout error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using auto instrumentation for the java spring project. I have exposed a few metrics it's working fine but after some time I am getting a timeout error on the console for metrics.
[otel.javaagent 2022-09-26 19:25:33:444 +0530] [OkHttp http://localhost:4317/...] ERROR io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter - Failed to export metrics. The request could not be executed. Full error message: timeout [otel.javaagent 2022-09-26 19:26:33:447 +0530] [OkHttp http://localhost:4317/...] ERROR io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter - Failed to export metrics. The request could not be executed. Full error message: timeout [otel.javaagent 2022-09-26 19:27:33:448 +0530] [OkHttp http://localhost:4317/...] ERROR io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter - Failed to export metrics. The request could not be executed. Full error message: timeout
Could you please help me to resolve this issue?
command line :-
-javaagent:"C:\Workspace\MVIS_2.0\mvis\cm\api\ConnectionManagerService\opentelemetry-javaagent.jar" -Dotel.metrics.exporter=otlp -Dotel.exporter.otlp.metrics.endpoint=http://localhost:4317 -Dotel.traces.exporter=none -Dotel.service.name=admin_service
Beta Was this translation helpful? Give feedback.
All reactions