Replies: 1 comment 7 replies
-
Hey @nimendrak , |
Beta Was this translation helpful? Give feedback.
7 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 currently trying to capture JVM metrics of an auto instrumented spring boot application using opentelemetry and push those to newrelic backend. Also the java agent version is
1.15.0
java -javaagent:/lib/opentelemetry-javaagent.jar \ -Dotel.resource.attributes=service.name=${service_name^^} \ -Dotel.resource.attributes=service.instance.id=$pod_uid \ -Dotel.instrumentation.runtime-metrics.experimental-metrics.enabled=true \ -Dotel.exporter.otlp.endpoint=http://otel-collector.observability.svc.cluster.local:4317 \ -jar /lib/myapp-*.jar
But keep getting following error.
ERROR io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter - Failed to export metrics. The request could not be executed. Full error message: Failed to connect to localhost/127.0.0.1:4317
Beta Was this translation helpful? Give feedback.
All reactions