Bence Janos Toth
Bence Janos Toth
@tsloughter Thanks, I am trying to find if we have such a log, could you maybe send an example of what the log might look like? Maybe just to verify...
@tsloughter Thanks! Do I understand right that by default the lib is sending the traces on localhost:4317 on http and that is what I should feed to my receiver? And...
When I am trying to compile with the main branch I am getting this error: `Unchecked dependencies for environment dev: * opentelemetry (https://github.com/open-telemetry/opentelemetry-erlang - origin/main) could not find an app...
Hey thanks for the answer again I have it like this: {:opentelemetry, "~> 0.6.0"}
And what port should I be adding ot the receiver if I don't set the otlp_endpoint? 4317?
Thanks I am trying now! I added this: ` {:opentelemetry_api, github: "open-telemetry/opentelemetry-erlang", sparse: "apps/opentelemetry_api", override: true}, {:opentelemetry, github: "open-telemetry/opentelemetry-erlang", sparse: "apps/opentelemetry", override: true},` In my config should I be listening...
Ok I have all 3 of those deps, I added the config you suggested, do I need extra_applications: [:opentelemetry] ? or not then? Ah it is not an extra application...
But why do you need to set these otlp_endpoint or otlp_traces_endpoint ? Would it not default to that path?
Thank you for all the help, the docs would be very useful! It still doesn't seem to work. Config in the app: Deps: ` {:opentelemetry_api, github: "open-telemetry/opentelemetry-erlang", sparse: "apps/opentelemetry_api", override:...
Hey @tsloughter, Since then I moved on from that project, as I recall we decided to go in another direction.