Replies: 2 comments 3 replies
-
I see you have zipkin and jaeger still in the collector's pipeline. Are you seeing traces in those services? Just making sure it is the export to lightstep that is at issue and no a more general issue of traces from the Phoenix app. |
Beta Was this translation helpful? Give feedback.
2 replies
-
There's a mixed configuration happening here. If you're using the collector, nothing needs to be changed in your app config files, just the update to the collector. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I uncommented lines for Lightstep, followed the instruction (opentelemetry-erlang-contrib/examples/basic_phoenix_ecto/README.md), to run the project, but I still cannot see any service on Lightstep UI. The changes are as follows, what do I miss to make it work for Lightstep? Thank you for the help.
(I tried open-telemetry/opentelemetry-demo and it works, all services show on lightstep, but I cannot find out the key difference to make open-telemetry/opentelemetry-erlang-contrib work for lightstep)
I check the otlp container, and find error message like this
On jaeger UI, the Service dropdown list always shows the service OTLPResourceNoServiceName which is expected to be demo.
otel-collector-config.yaml
runtime.exs
.env
Beta Was this translation helpful? Give feedback.
All reactions