Failed to export metrics. Error message: DEADLINE_EXCEEDED #4118
Unanswered
asitkumar13
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hello, @asitkumar13 . 1.3.0 is really quite old at this point (we just released 1.10.0). Can you upgrade and verify that you still have the problem? Also, this is almost certainly a problem with network connectivity, or not having the collector configured to accept metrics. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I am good with DEADLINE_EXCEEDED error message, which are not getting generated after javagant version update to 1.10.1. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using auto instrumentation with binary opentelemetry-javaagent-all-1.3.0.jar.
In apps, I keep getting this - "[opentelemetry.auto.trace 2022-01-20 14:50:33:159 +0000] [grpc-default-executor-0] WARN io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter - Failed to export metrics. Error message: DEADLINE_EXCEEDED: deadline exceeded after 7.001422433s. [buffered_nanos=8201383226, waiting_for_connection]".
otlp exporter is used for traces and metrics. following env variables are used:
OTEL_JAVAAGENT_ENABLED: true,
OTEL_TRACES_EXPORTER: otlp,
OTEL_METRICS_EXPORTER: otlp,
OTEL_PROPAGATORS: "tracecontext,baggage",
OTEL_EXPORTER_OTLP_ENDPOINT: http://opentelemetry-agent-collector.observability:4317,
OTEL_RESOURCE_ATTRIBUTES: "service.name=my-java-api,deployment.environment=development",
Beta Was this translation helpful? Give feedback.
All reactions