Welcome to opentelemetry-erlang-contrib Discussions! #7
Replies: 1 comment 2 replies
-
Hi, I am Himadri. I am a software developer. Currently learning Erlang and I have a project about instrumenting Erlang app with opentelemtry. So my design is a java application and an Erlang app taking each other with http call. I am making a http request to the java rest endpoint but I am getting two separate traces instead of 1 trace between Erlang and Java. Here is my Erlang oepntelemetry configurations sys.config rebar.config `{erl_opts, [debug_info]}. {relx, [
]}.` *.app.src {licenses, ["Apache 2.0"]}, erlang function: I am not sure why the context is not propagating. Am I missing any configuration or do I need some other instrumentation? |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions