opentelemetry-ruby
opentelemetry-ruby copied to clipboard
Docs for Jaeger collector exporter are wrong
The docs at https://github.com/open-telemetry/opentelemetry-ruby/tree/master/exporter/jaeger don't include the /api/traces path that is required via
https://github.com/open-telemetry/opentelemetry-ruby/blob/ed28a6bc2a7ce7cfcad9c2940c596a651d9a6782/exporter/jaeger/lib/opentelemetry/exporter/jaeger/collector_exporter.rb#L18
Either the docs are wrong or the initial setting of the endpoint needs updating to append that path automatically.
i think a few exporter docs have issues at the moment actually , otlp collector exporter has a code example using incorrect args i believe https://github.com/open-telemetry/opentelemetry-ruby/tree/master/exporter/otlp#how-do-i-get-started
Maybe we should group these all as one chunk of cleanup work
#427 will take care of the original issue listed here but does not address the otlp exporter docs.
Will be happy to help with that :)
Thanks @rydzykje - I've assigned this to you.
@rydzykje what's up
opened #986 to fix the otlp exporter docs.
👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.