Unable to send service name on NewRelic via opentelemetry-collector #1974
Closed
Anshul0311
started this conversation in
General
Replies: 1 comment
-
This is best asked in NewRelic support channels. |
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
-
I want to send telemetry data to NewRelic via otel-collector . I am able to see traces via trace.id but not via service.name
I am using below references
Reference:1 For sending data to otel-collector hosted on port 4317
https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp/examples/basic-otlp
I can see service.name in the logs getting printed under Resource Attributes section just like this in my otel-collector container. But this service name , I am not able to send to NewRelic
Also, when I was doing POC with jaegar , service name was visible on Jaegar but not visible on NewRelic
Reference:2 For sending data to NewRelic from otel-collector
https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/nr-config
Can anyone help. Do let me know incase more information is required.
Beta Was this translation helpful? Give feedback.
All reactions